TcxSchedulerEventPopupMenuItems Type
In This Article
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 |
---|
Tcx |
#Remarks
Values include:
Value | Meaning |
---|---|
epmi |
Specifies the item used to invoke the Event dialog for the user event. |
epmi |
Specifies the Show time as image combo box used to edit the user event’s availability status. |
epmi |
Specifies the item used to invoke the Event dialog for the recurring user event. |
epmi |
Specifies the item used to select the user event’s color label. |
epmi |
Specifies the item used to delete the user event. |
See Also