Class RowPosition
Defines the target position for adding new rows in the TreeGrid.
The available positions are:
Top
: Adds a new row at the top of all rows.
Bottom
: Adds a new row at the bottom of all rows.
Above
: Adds a new row above the currently selected row.
Below
: Adds a new row below the currently selected row.
Child
: Adds a new row as a child to the currently selected row.
Inheritance
System.Object
RowPosition
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class RowPosition : Enum
Fields
Above
Declaration
public const RowPosition Above
Field Value
Below
Declaration
public const RowPosition Below
Field Value
Bottom
Declaration
public const RowPosition Bottom
Field Value
Child
Declaration
public const RowPosition Child
Field Value
Top
Declaration
public const RowPosition Top
Field Value