Blazor | ComponentOne
C1.Blazor.DateTimeEditors Assembly / C1.Blazor.DateTimeEditors Namespace / C1TimeEditor Class / IsDropDownOpen Property

In This Topic
    IsDropDownOpen Property (C1TimeEditor)
    In This Topic
    Gets or sets whether the drop-down is open.
    Syntax
    'Declaration
     
    
    Public Overridable Property IsDropDownOpen As Boolean
    public virtual bool IsDropDownOpen {get; set;}
    See Also