Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridFilterRow Class / IsVisible Property

In This Topic
    IsVisible Property (GridFilterRow)
    In This Topic
    Gets or sets a value indicating whether the row is visible and not collapsed.
    Syntax
    'Declaration
     
    
    Public Property IsVisible As Boolean
    public bool IsVisible {get; set;}
    See Also