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


In This Topic
    AllowDropDownOpen Property (GcComboBox)
    In This Topic
    Gets or sets a value indicating whether allow to open drop down window or not. This is a dependency property.
    Syntax
    'Declaration
     
    <BindableAttribute(True)>
    Public Property AllowDropDownOpen As Boolean
    'Usage
     
    Dim instance As GcComboBox
    Dim value As Boolean
     
    instance.AllowDropDownOpen = value
     
    value = instance.AllowDropDownOpen
    [Bindable(true)]
    public bool AllowDropDownOpen {get; set;}

    Property Value

    true allows user to open drop down window; otherwise, false. The default is true.
    Remarks
    User can control whether to show the drop down window or not by using AllowDropDownOpen property.
    See Also