Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcComboBox Class / Text Property


In This Topic
    Text Property (GcComboBox)
    In This Topic
    Gets or sets the text associated with this control. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property Text As String
    'Usage
     
    Dim instance As GcComboBox
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    public string Text {get; set;}

    Property Value

    The text displayed in the control. The default is a null reference (Nothing in Visual Basic)
    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.
    See Also