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


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

    Field Value

    The identifier for the AllowDropDownOpen dependency property.
    See Also