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


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

    Field Value

    The identifier for the IsSelectable dependency property.
    See Also