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 enable built-in (predefined) 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.
Default Value
The UseBuiltInPopupMenus property’s default value is True.
See Also