ActualVisible Property (GridSummaryRow)
In This Topic
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.
Syntax
public bool ActualVisible {get;}
See Also