Skip to main content

TcxGridPopupMenu.BuiltInPopupMenus Property

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

Declaration

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