Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGanttControlTimelineViewPopupMenuItems Class

Stores settings that specify visibility of the pop-up menu’s items displayed for tasks in the Timeline View.

#Declaration

Delphi
TdxGanttControlTimelineViewPopupMenuItems = class(
    TdxGanttControlViewPopupMenuItems
)

#Remarks

This View displays only tasks in chronological order without dependencies. A user can right-click a task to invoke its pop-up menu.

A Task Pop-Up Menu in the Timeline View

#Main API Members

This class stores API members that allow you to change the visibility of the following menu items:

The View’s PopupMenuItems property references a TdxGanttControlTimelineViewPopupMenuItems object.

#Pop-Up Menu Availability

The following properties allow you to enable or disable pop-up menus at the control or View level:

You can also customize the pop-up menu for tasks in the Chart View. Refer to the TdxGanttControlChartViewPopupMenuItems class description for details.

See Also