Text Property
Text
Gets or sets the text of the DropDownCalculator.
Declaration
[Browsable(true)]
public string Text { get; set; }
<Browsable(True)>
Public Property Text As String
Property Value
Type |
Description |
string |
A string value indicates the text.
The default is "0.".
|