Class RowPosition
Defines the position for newly added row in Tree Grid.
Top - New row is added at the top of the tree grid.
Bottom - New row is added at the bottom of the tree grid.
Above - New row is added in the above position of the selected record.
Below - New row is added in the below position of the selected record.
Child - New row is added as a child to the selected record.
Inheritance
System.Object
RowPosition
Namespace: Syncfusion.Blazor.TreeGrid
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class RowPosition : Enum
Fields
Above
New rows added in the above position of the selected record.
Declaration
public const RowPosition Above
Field Value
Type |
---|
RowPosition |
Below
New rows added in the below position of the selected record.
Declaration
public const RowPosition Below
Field Value
Type |
---|
RowPosition |
Bottom
New rows added in the bottom of the tree grid.
Declaration
public const RowPosition Bottom
Field Value
Type |
---|
RowPosition |
Child
New rows added as a child to the selected record.
Declaration
public const RowPosition Child
Field Value
Type |
---|
RowPosition |
Top
New rows added in the top of the tree grid.
Declaration
public const RowPosition Top
Field Value
Type |
---|
RowPosition |