Back to Devexpress

TdxGanttControlBehaviorOptions.UseBuiltInPopupMenus Property

vcl-dxganttcontrolcustomclasses-dot-tdxganttcontrolbehavioroptions-0248cbbb.md

latest1.7 KB
Original Source

TdxGanttControlBehaviorOptions.UseBuiltInPopupMenus Property

Specifies if a user can invoke pop-up menus in all Views.

Declaration

delphi
property UseBuiltInPopupMenus: Boolean read; write; default True;

Property Value

TypeDefaultDescription
BooleanTrue

If True , a user can right-click a task or sheet column to open its pop-up menu. If False , pop-up menus are disabled in all Views.

|

Remarks

Each View displays pop-up menus in different cases:

  • In the Chart View, a user can invoke pop-up menus for tasks and sheet columns.

  • In the Resource Sheet View, only sheet columns can display pop-up menus.

  • In the Timeline View, a user can invoke a pop-up menu only for tasks.

You can use the PopupMenuItems.UseBuiltInPopupMenu property to specify if tasks in the Chart or Timeline View can display pop-up menus.

The UseBuiltInPopupMenus property’s default value is True.

See Also

TdxGanttControlBehaviorOptions Class

TdxGanttControlBehaviorOptions Members

dxGanttControlCustomClasses Unit