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


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

    Property Value

    A System.Boolean value, true indicates the dropdown window is showing, otherwise, false.
    See Also