MultiSelect for WPF | ComponentOne
C1.WPF.Input Namespace / C1MultiSelect Class / IsDroppedDown Property

In This Topic
    IsDroppedDown Property
    In This Topic
    Gets or sets a value that indicates whether the drop down is currently visible.
    Syntax
    'Declaration
     
    
    Public Property IsDroppedDown As Boolean
    public bool IsDroppedDown {get; set;}
    See Also