Back to Devexpress

TdxGanttControlChartViewPopupMenuItems Class

vcl-dxganttcontrolviewchart-73d98804.md

latest3.3 KB
Original Source

TdxGanttControlChartViewPopupMenuItems Class

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

Declaration

delphi
TdxGanttControlChartViewPopupMenuItems = class(
    TdxGanttControlViewPopupMenuItems
)

Remarks

The Chart View allows users to browse a project and track its progress. The View consists of the chart and the task sheet. A user can right-click a task to invoke its pop-up menu.

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 TdxGanttControlChartViewPopupMenuItems 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 Timeline View. Refer to the TdxGanttControlTimelineViewPopupMenuItems class description for details.

Inheritance

TObject TPersistent TInterfacedPersistent TdxGanttControlPersistent TdxGanttControlViewPersistent TdxGanttControlViewPopupMenuItems TdxGanttControlChartViewPopupMenuItems

See Also

TdxGanttControlChartViewPopupMenuItems Members

dxGanttControlViewChart Unit