WinUI | ComponentOne
WinUI | ComponentOne
C1.WinUI.Grid Assembly
/
C1.WinUI.Grid Namespace
/
GridRow Class
/ ActualVisible Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
ActualVisible Property (GridRow)
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
C#
public
bool
ActualVisible {
get
;}
Remarks
This property is read-only. To change the visibility of a row use the
IsVisible
property instead.
See Also
Reference
GridRow Class
GridRow Members