'Declaration Public Enum GridTreeExpandMode Inherits System.Enum
public enum GridTreeExpandMode : System.Enum
'Declaration Public Enum GridTreeExpandMode Inherits System.Enum
public enum GridTreeExpandMode : System.Enum
Member | Description |
---|---|
Collapsed | The whole tree structure will be created as the source is set but all the rows will be collapsed. |
Expanded | The whole tree structure will be created as the source is set and all the rows will be expanded. |
OnDemand | The rows belonging to the children items will be created on demand as the parent get expanded. |
System.Object
System.ValueType
System.Enum
C1.WPF.Grid.GridTreeExpandMode