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

TcxSchedulerEventPopupMenuItems Type

Enumerates the available items of the popup menu invoked for the user event in the scheduling area.

#Declaration

Delphi
TcxSchedulerEventPopupMenuItems = set of TcxSchedulerEventPopupMenuItem;

#Referenced Class

Type
TcxSchedulerEventPopupMenuItem

#Remarks

Values include:

Value Meaning
epmiOpen Specifies the item used to invoke the Event dialog for the user event.
epmiShowTimeAs Specifies the Show time as image combo box used to edit the user event’s availability status.
epmiEditSeries Specifies the item used to invoke the Event dialog for the recurring user event.
epmiLabel Specifies the item used to select the user event’s color label.
epmiDelete Specifies the item used to delete the user event.
See Also