TcxSchedulerGridBuildInPopupMenuItems Type
Lists grid pop-up menu items.
Declaration
TcxSchedulerGridBuildInPopupMenuItems = set of TcxSchedulerGridBuildInPopupMenuItem;
Referenced Class
| Type |
|---|
| TcxSchedulerGridBuildInPopupMenuItem |
Remarks
Values include:
| Value | Meaning |
|---|---|
| bpmiNewEvent | Specifies the Event dialog which details the user event. |
| bpmiNewAllDayEvent | Specifies the Event dialog with the checked All day event check box in it (see the TcxSchedulerEvent.AllDayEvent property). |
| bpmiNewReccuringEvent | Specifies the Event dialog and above it, the Event recurrence modal dialog box (see the TcxSchedulerEvent.RecurrenceInfo property). |
| bpmiOpen | Specifies the Event dialog for describing the user event the pop-up menu was invoked for, in detail. |
| bpmiEditSeries | Specifies the Event dialog used for editing the recurring user event that is the parent of the user event for which the pop-up menu was invoked. |
| bpmiShowTimeAs | Specifies the Show time as image combo box for editing the availability status (see the TcxSchedulerEvent.State property). |
| bpmiLabel | Specifies the item used to select a color label (see the TcxSchedulerEvent.LabelColor property). |
| bpmiDelete | Specifies the item used to delete the user event for which the pop-up menu was invoked. |
See Also