TcxSchedulerEventPopupMenuItems Type
Enumerates the available items of the popup menu invoked for the user event in the scheduling area.
Declaration
TcxSchedulerEventPopupMenuItems = set of TcxSchedulerEventPopupMenuItem;
Referenced Class
| Type |
|---|
| TcxSchedulerEventPopupMenuItem |
Remarks
Values include:
| Value | Meaning |
|---|---|
| epmiOpen | Specifies the item used to invoke the Event dialog for the user event. |
| epmiShowTimeAs | Specifies the Show time as image combo box used to edit the user event’s availability status. |
| epmiEditSeries | Specifies the item used to invoke the Event dialog for the recurring user event. |
| epmiLabel | Specifies the item used to select the user event’s color label. |
| epmiDelete | Specifies the item used to delete the user event. |
See Also