FlexGrid for WinForms
IsCollapsed Property



Gets whether this row is collapsed.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property IsCollapsed As Boolean
'Usage
 
Dim instance As RowCol
Dim value As Boolean
 
value = instance.IsCollapsed
[Browsable(false)]
public bool IsCollapsed {get;}
[Browsable(false)]
public:
property bool IsCollapsed {
   bool get();
}
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RowCol Class
RowCol Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback