TdxGanttControlChartViewPopupMenuItems.InsertTask Property
Specifies if a task‘s pop-up menu (in the Chart View) displays the Insert Task
item.
Declaration
property InsertTask: TdxGanttControlViewPopupMenuItem read; write; default TdxGanttControlViewPopupMenuItem.Default;
Property Value
Type | Default | Description |
---|---|---|
TdxGanttControlViewPopupMenuItem | Default | A pop-up menu item visibility option. |
Remarks
A user can click the Insert Task
item to add a task to the View.
Use this property to select any of the following display modes for the item:
Display Mode | Description |
---|---|
Default | The item availability depends on the context. |
Disabled | The item is disabled. |
Hidden | The item is invisible. |
The InsertTask
property’s default value is Default
.
See Also