Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1DropDownButton Class / IsDropDownOpen Property

In This Topic
    IsDropDownOpen Property (C1DropDownButton)
    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