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


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

    Property Value

    true allow to open drop down; otherwise, false. The default value is true.
    See Also