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

TcxPopupMenuItems Type

A set of flags that correspond to items in the context menu available in unbound and data-aware image editors.

#Declaration

Delphi
TcxPopupMenuItems = set of TcxPopupMenuItem;

#Referenced Class

Type Description
TcxPopupMenuItem

A flag that corresponds to an individual context menu item in unbound and data-aware image editors.

#Remarks

The context menu available in unbound and data-aware image editors initially displays all predefined items: Cut, Copy, Paste, Delete, Load…, Assign From Camera…, Save As…, and Edit…:

VCL Editors Library: The Default Context Menu

#Direct TcxPopupMenuItem Type Reference

The TcxPopupMenuLayout.MenuItems property references the TcxPopupMenuItems type.

See Also