[]
Gets or sets the text associated with this control. This is a dependency property.
public string Text { get; set; }
Public Property Text As String
Type | Description |
---|---|
string | The text displayed in the control. The default is null |
The Text property retrieves the string value displayed on editor control of in GcComboBox. When the IsEditable property is true, setting this property places initial text entered in the text box. When IsEditable is false, setting this value has no effect.