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

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

Type Default Description
Boolean True

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