[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.Text

Text Property

Text

Gets or sets the text associated with this control. This is a dependency property.

Declaration
public string Text { get; set; }
Public Property Text As String
Property Value
Type Description
string

The text displayed in the control. The default is null

Remarks

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.