Text Property (C1BasePicker)
In This Topic
Gets or sets the text associated with this control.
Syntax
'Declaration
Public Overridable Property Text As String
public virtual string Text {get; set;}
Property Value
The text associated with this control.
See Also