ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexComboBox Class / IsDroppedDown Property

In This Topic
    IsDroppedDown Property
    In This Topic
    Indicates whether the dropdown is currently being displayed.
    Syntax
    'Declaration
     
    
    Public Property IsDroppedDown As Boolean
    public bool IsDroppedDown {get; set;}
    See Also