TcxSchedulerContentPopupMenuItems Type
In This Article
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 |
---|
Tcx |
#Remarks
Values include:
Value | Meaning |
---|---|
cpmi |
Specifies the Event dialog which details the user event. |
cpmi |
Specifies the Event dialog with the checked All day event check box in it (corresponds to the user event’s All |
cpmi |
Specifies the Event dialog and also above it the Event recurrence modal dialog box (corresponds to the user event’s Recurrence |
cpmi |
Specifies the item that provides navigation to the current date (provided by the host) for displaying in the scheduling area. |
cpmi |
Specifies invoking the Go To modal dialog that provides a means for selecting another date to be displayed in the scheduling area. |
cpmi |
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 Time |
cpmi |
Specifies invoking the Resources layout editor modal dialog for editing of the layout of resource groups specified. |
See Also