Skip to main content

TdxGanttControlTimelineViewPopupMenuItems.RemoveTask Property

Specifies if a task‘s pop-up menu (in the Timeline View) displays the Remove Task item.

Declaration

property RemoveTask: 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 Remove from Timeline item to delete a task from 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.

Note

If you delete a task from the timeline, this task remains within the Chart View. You should switch to the Chart View to completely delete task.

The RemoveTask property’s default value is Default.

See Also