C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridGroupRow Class / IsCollapsed Property


In This Topic
IsCollapsed Property (GridGroupRow)
In This Topic
Gets or sets a value that indicates whether the GridGroupRow is collapsed (child rows are hidden) or expanded (child rows are visible).
Syntax
'Declaration
 
Public Property IsCollapsed As Boolean
 
'Usage
 
Dim instance As GridGroupRow
Dim value As Boolean
 
instance.IsCollapsed = value
 
value = instance.IsCollapsed
See Also