C1.Win.FlexGrid Namespace / RowCol Class / IsCollapsed Property

In This Topic
IsCollapsed Property (RowCol)
In This Topic
Gets whether this row is collapsed.
Syntax
'Declaration
 
Public ReadOnly Property IsCollapsed As Boolean
 
Remarks
Rows are collapsed when one of their parent nodes is collapsed. Collapsed rows are not visible to the user even if their Visible property is set to true.
See Also