Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / Group Class / Expanded Property


In This Topic
Expanded Property
In This Topic
Gets or sets whether the rows in the group are expanded.
Syntax
'Declaration
 
Public Property Expanded As Boolean
 
'Usage
 
Dim instance As Group
Dim value As Boolean
 
instance.Expanded = value
 
value = instance.Expanded
See Also