Back to Devexpress

TcxSchedulerContentPopupMenuItems Type

vcl-cxschedulercustomcontrols-f675f185.md

latest2.6 KB
Original Source

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:

ValueMeaning
cpmiNewEventSpecifies the Event dialog which details the user event.
cpmiNewAllDayEventSpecifies the Event dialog with the checked All day event check box in it (corresponds to the user event’s AllDayEvent property).
cpmiNewReccuringEventSpecifies the Event dialog and also above it the Event recurrence modal dialog box (corresponds to the user event’s RecurrenceInfo property).
cpmiTodaySpecifies the item that provides navigation to the current date (provided by the host) for displaying in the scheduling area.
cpmiGoToDateSpecifies invoking the Go To modal dialog that provides a means for selecting another date to be displayed in the scheduling area.
cpmiGoToThisDaySpecifies 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.
cpmiResourcesLayoutSpecifies invoking the Resources layout editor modal dialog for editing of the layout of resource groups specified.

See Also

TcxSchedulerContentPopupMenu.Execute

TcxSchedulerContentPopupMenu.GetMenuItem

TcxSchedulerContentPopupMenu.Items

TcxSchedulerContentPopupMenu.OnClick

cxSchedulerCustomControls Unit