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

TdxCustomLayoutControl.MenuItems Property

Specifies which customization context menu items are visible.

#Declaration

Delphi
property MenuItems: TdxLayoutCustomizeFormMenuItems read; write;

#Property Value

Type
TdxLayoutCustomizeFormMenuItems

#Remarks

Use this property to control the runtime visibility of items in the following customization context menus.

Refer to the TdxLayoutCustomizeFormMenuItems description for details on the property values of MenuItems.

In addition to the MenuItems property, you can handle the OnGetCustomizationMenuItems event to dynamically control the visibility of context menu items.

The default value of the MenuItems property is specified by the dxDefaultLayoutCustomizeFormMenuItems global constant.

See Also