Enum GridTreeRowType
Enumerations for the possible row types in the grid.
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public enum GridTreeRowType
Fields
| Name | Description |
|---|---|
| Caption | A tree node whose node.Data is some string that is displayed in a single covered cell. |
| Footer | Unbound row under the tree contents |
| Header | Columns header row |
| Node | Row conatining a tree node |
| UnboundRow | Unbound row in the tree contents at the top / bottom |