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

TcxSchedulerEventPopupMenu.Items Property

Represents the available popup menu items.

#Declaration

Delphi
property Items: TcxSchedulerEventPopupMenuItems read; write; default [epmiOpen, epmiEditSeries, epmiShowTimeAs, epmiLabel, epmiDelete];

#Property Value

Type
TcxSchedulerEventPopupMenuItems

#Remarks

Use the Items property to specify the available items in the popup menu. A complete set of the available items is specified by the TcxSchedulerEventPopupMenuItems enumeration.

Note

If the cxSchedulerDBStorage component is plugged into the scheduler control (see TcxSchedulerDBStorage) but the TcxSchedulerDBStorageFieldNames.LabelColor property is not bound to the dataset field the Label item won’t appear in the popup menu even if the epmiLabel flag on the Items property is active.

See Also