Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType Namespace / IAllowDropDownElement Interface / IsDropDownOpened Property


In This Topic
    IsDropDownOpened Property
    In This Topic
    true if the drop down is opened; otherwise, false.
    Syntax
    'Declaration
     
    ReadOnly Property IsDropDownOpened As Boolean
    'Usage
     
    Dim instance As IAllowDropDownElement
    Dim value As Boolean
     
    value = instance.IsDropDownOpened
    bool IsDropDownOpened {get;}
    See Also