Enum 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.
Namespace: Syncfusion.Blazor.TreeGrid
Assembly: Syncfusion.Blazor.dll
Syntax
public enum RowPosition
Fields
| Name | Description |
|---|---|
| Above | New rows added in the above position of the selected record. |
| Below | New rows added in the below position of the selected record. |
| Bottom | New rows added in the bottom of the tree grid. |
| Child | New rows added as a child to the selected record. |
| Top | New rows added in the top of the tree grid. |