Enum TreeColumnType
Defined the constants that specify the possible column type in SfTreeGrid.
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public enum TreeColumnType
Fields
| Name | Description |
|---|---|
| ColumnHeader | Specifies the column header type column. |
| DefaultColumn | Specifies the default column type. |
| ExpanderColumn | Specifies the expander type column. |
| RowHeader | Specifies the Row header type column. |