ComponentOne FlexGrid for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1DropDown Class / IsDropDownOpen Property

In This Topic
    IsDropDownOpen Property (C1DropDown)
    In This Topic
    Open or close the control drop-down box.
    Syntax
    'Declaration
     
    
    Public Property IsDropDownOpen As Boolean
    public bool IsDropDownOpen {get; set;}
    See Also