Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / IDropDown Interface / AllowDropDownOpen Property


In This Topic
    AllowDropDownOpen Property (IDropDown)
    In This Topic
    Gets or sets a System.Boolean value indicates whether the dropdown function is active.
    Syntax
    'Declaration
     
    Property AllowDropDownOpen As Boolean
    'Usage
     
    Dim instance As IDropDown
    Dim value As Boolean
     
    instance.AllowDropDownOpen = value
     
    value = instance.AllowDropDownOpen
    bool AllowDropDownOpen {get; set;}

    Property Value

    A System.Boolean value, true indicates the dropdown function is active, otherwise, false.
    See Also