Extended Library for UWP | ComponentOne
C1.UWP.Extended Assembly / C1.Xaml.Extended Namespace / C1ColorPicker Class / IsDropDownOpen Property

In This Topic
    IsDropDownOpen Property
    In This Topic
    Gets or sets a value indicating whether the drop down is opened or closed.
    Syntax
    'Declaration
     
    Public Property IsDropDownOpen As Boolean
    public bool IsDropDownOpen {get; set;}
    See Also