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.OnGetCustomizationMenuItems Event

In This Article

Enables you to customize context menu contents in customization mode.

#Declaration

Delphi
property OnGetCustomizationMenuItems: TdxLayoutGetCustomizationMenuItemsEvent read; write;

#Remarks

This event is fired before any of the following customization context menus are shown.

Sender specifies the layout control that shows the context menu.

ASelectedItems provides a list of selected layout elements.

AMenuItems specifies which items are visible in the menu. This parameter is initialized with an option set assigned via the layout control’s MenuItems property. Customize the AMenuItems parameter value to switch the visibility of specific menu items.

See Also