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

In This Topic
    IsOptionsDropDownOpenChanged Property (GridColumnHeaderCell)
    In This Topic
    Called when the options drop-down is opened or closed.
    Syntax
    'Declaration
     
    
    Public Property IsOptionsDropDownOpenChanged As EventHandler(Of PropertyChangedEventArgs(Of Boolean))
    public EventHandler<PropertyChangedEventArgs<bool>> IsOptionsDropDownOpenChanged {get; set;}
    See Also