Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridColumnHeaderCell Class / IsOptionsDropDownOpen Property

In This Topic
    IsOptionsDropDownOpen Property (GridColumnHeaderCell)
    In This Topic
    Gets or sets whether the options drop-down is opened.
    Syntax
    'Declaration
     
    
    Public Property IsOptionsDropDownOpen As Boolean
    public bool IsOptionsDropDownOpen {get; set;}
    See Also