Class GridTreeRowType
Enumerations for the possible row types in the grid.
Inheritance
System.Object
GridTreeRowType
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class GridTreeRowType : Enum
Fields
Caption
A tree node whose node.Data is some string that is displayed in a single covered cell.
Declaration
public const GridTreeRowType Caption
Field Value
Type |
---|
GridTreeRowType |
Footer
Unbound row under the tree contents
Declaration
public const GridTreeRowType Footer
Field Value
Type |
---|
GridTreeRowType |
Header
Columns header row
Declaration
public const GridTreeRowType Header
Field Value
Type |
---|
GridTreeRowType |
Node
Row conatining a tree node
Declaration
public const GridTreeRowType Node
Field Value
Type |
---|
GridTreeRowType |
UnboundRow
Unbound row in the tree contents at the top / bottom
Declaration
public const GridTreeRowType UnboundRow
Field Value
Type |
---|
GridTreeRowType |