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

TdxGanttControlViewPopupMenuItems.UseBuiltInPopupMenu Property

Specifies if View elements can display pop-up menus.

#Declaration

Delphi
property UseBuiltInPopupMenu: TdxDefaultBoolean read; write; default bDefault;

#Property Value

Type Default Description
TdxDefaultBoolean bDefault

A value listed in the table below.

#Remarks

Use this property to manage pop-up menu availability for tasks in the Chart or Timeline Views.

You can assign any of the following values to the UseBuiltInPopupMenu property:

bFalse

bTrue

bDefault

Pop-up menus are disabled.

Pop-up menus are enabled. A user can right-click a task to open its pop-up menu.

The control’s OptionsBehavior.UseBuiltInPopupMenus property value defines if a user can invoke pop-up menus in a View.

You can specify if individual items are available in a pop-up menu. Refer to the control‘s ViewChart.PopupMenuItems and ViewTimeline.PopupMenuItems property descriptions for details.

The UseBuiltInPopupMenu property’s default value is bDefault.

See Also