Spread Windows Forms 12.0 Product Documentation
Expanded Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > Group Class : Expanded Property
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
public bool Expanded {get; set;}

Property Value

Boolean: true if displaying hierarchy expanded; false otherwise
See Also

Reference

Group Class
Group Members