[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridRow.ActualVisible

ActualVisible Property

ActualVisible

Gets a value indicating whether the row is visible. The row could be collapsed either because the IsVisible was set to false or the Parent is collapsed.

Declaration
public bool ActualVisible { get; }
Remarks

This property is read-only. To change the visibility of a row use the IsVisible property instead.