vcl-dxganttcontrolviewtimeline-c2e34c0a.md
Stores settings that specify visibility of the pop-up menu’s items displayed for tasks in the Timeline View.
TdxGanttControlTimelineViewPopupMenuItems = class(
TdxGanttControlViewPopupMenuItems
)
This View displays only tasks in chronological order without dependencies. A user can right-click a task to invoke its pop-up menu.
This class stores API members that allow you to change the visibility of the following menu items:
Go To Task (GoToTask)
Remove Task (RemoveTask)
Show Task Information Dialog (ShowTaskInformationDialog)
The View’s PopupMenuItems property references a TdxGanttControlTimelineViewPopupMenuItems object.
The following properties allow you to enable or disable pop-up menus at the control or View level:
The control’s OptionsBehavior.UseBuiltInPopupMenus
The Timeline View’s PopupMenuItems.UseBuiltInPopupMenu
You can also customize the pop-up menu for tasks in the Chart View. Refer to the TdxGanttControlChartViewPopupMenuItems class description for details.
TObject TPersistent TInterfacedPersistent TdxGanttControlPersistent TdxGanttControlViewPersistent TdxGanttControlViewPopupMenuItems TdxGanttControlTimelineViewPopupMenuItems
See Also