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

TcxGridPopupMenu.BuiltInPopupMenus Property

Provides access to built-in menus supplied with the grid control.

#Declaration

Delphi
property BuiltInPopupMenus: TcxGridDefaultPopupMenu read;

#Property Value

Type
TcxGridDefaultPopupMenu

#Remarks

Use this property to access built-in menus available for specific grid UI elements. If the UseBuiltInPopupMenus property is set to True, the following default built-in menus are added to the BuiltInPopupMenus property:

You can add your own new items to these menus or redefine the default actions of existing items. For more information on using the BuiltInPopupMenus property, refer to the GridMenuViewsDemo shipped with the ExpressQuantumGrid Suite.

Refer to the Managing Grid Menus topic, for detailed information and sample code on how to add custom menu items to built-in popup menus.

See Also