Enum RowPosition
Defines row position for newly added record.
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public enum RowPosition
Fields
| Name | Description |
|---|---|
| Above | Defines new row position as above the selected row. |
| Below | Defines new row position as below the selected row. |
| Bottom | Defines new row position as bottom of all rows. |
| Child | Defines new row position as child to the selected row. |
| Top | Defines new row position as top of all rows. |