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

TcxCustomImageProperties.PopupMenuLayout Property

Provides access to context menu layout settings.

#Declaration

Delphi
property PopupMenuLayout: TcxPopupMenuLayout read; write;

#Property Value

Type Description
TcxPopupMenuLayout

Stores context menu layout settings for an unbound or data-aware image editor.

#Remarks

Users can invoke the context menu to activate built-in image editor commands. You can use the PopupMenuLayout property to customize the context menu.

VCL Editors Library: The Default Context Menu

You can use the PopupMenuLayout.MenuItems property to change the list of available menu items or add a custom menu item. Refer to the TcxPopupMenuLayout class description for detailed information on all available options.

See Also