Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcComboBox Class / TextProperty Field


In This Topic
    TextProperty Field (GcComboBox)
    In This Topic
    Identifies the Text dependency property.
    Syntax
    'Declaration
     
    Public Shared ReadOnly TextProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = GcComboBox.TextProperty
    public static readonly DependencyProperty TextProperty

    Field Value

    The identifier for the Text dependency property.
    See Also