Skip to main content

TdxGanttControlBehaviorOptions.UseBuiltInPopupMenus Property

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

Declaration

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