Skip to main content

TcxGridPopupMenu.UseBuiltInPopupMenus Property

Specifies whether built-in menus are available.

Declaration

property UseBuiltInPopupMenus: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set this property to True to provide built-in (default) menus for specific grid UI elements (column headers, footer and group footer panels, group rows, etc.) If custom menus are assigned to these elements, the built-in menus are disabled. Unlike custom menus, which are applied to certain grid Views, built-in menus are applied to the entire grid control.

All default built-in menus available for the TcxGridPopupMenu component are accessible using the BuiltInPopupMenus property. To remove these menus from the BuiltInPopupMenus property, set the UseBuiltInPopupMenus property to False.

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.

The default value of the UseBuiltInPopupMenus property is True.

See Also