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

TcxSchedulerContentPopupMenuItems Type

Enumerates the available items of the popup menu invoked for time blocks in the scheduling area.

#Declaration

Delphi
TcxSchedulerContentPopupMenuItems = set of TcxSchedulerContentPopupMenuItem;

#Referenced Class

Type
TcxSchedulerContentPopupMenuItem

#Remarks

Values include:

Value Meaning
cpmiNewEvent Specifies the Event dialog which details the user event.
cpmiNewAllDayEvent Specifies the Event dialog with the checked All day event check box in it (corresponds to the user event’s AllDayEvent property).
cpmiNewReccuringEvent Specifies the Event dialog and also above it the Event recurrence modal dialog box (corresponds to the user event’s RecurrenceInfo property).
cpmiToday Specifies the item that provides navigation to the current date (provided by the host) for displaying in the scheduling area.
cpmiGoToDate Specifies invoking the Go To modal dialog that provides a means for selecting another date to be displayed in the scheduling area.
cpmiGoToThisDay Specifies the item that provides navigation to the date the popup menu is invoked for. This item can only be invoked in the Week, Weeks, Year, or TimeGrid View.
cpmiResourcesLayout Specifies invoking the Resources layout editor modal dialog for editing of the layout of resource groups specified.
See Also