The position at which a new data item is inserted in the Gantt's tree list. By default, new data item appear at the top of the table.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
C#
public enum GanttTreeListNewRowPosition
Fields
The new data item appears at the bottom of the Gantt.
C#
Bottom = 1
The new data item appears at the top of the Gantt (default).
C#
Top = 0