Enum RowPosition
Defines the target position for adding new rows in the GanttChart.
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.
Namespace: Syncfusion.EJ2.Gantt
Assembly: Syncfusion.AspNetMvc.Gantt.dll
Syntax
public enum RowPosition
Fields
| Name |
|---|
| Above |
| Below |
| Bottom |
| Child |
| Top |