TcxSchedulerTimeRulerPopupMenuItems Type
Enumerates the available items for the pop-up menu invoked on time rulers in the scheduling area.
Declaration
TcxSchedulerTimeRulerPopupMenuItems = set of TcxSchedulerTimeRulerPopupMenuItem;
Referenced Class
| Type |
|---|
| TcxSchedulerTimeRulerPopupMenuItem |
Remarks
Values include:
| Value | Description |
|---|---|
| rpmiNewEvent | Specifies if the Event dialog used to describe the user event in detail is invoked |
| rpmiNewAllDayEvent | Specifies if the Event dialog with a checked All day event check box in it is invoked (see also the TcxSchedulerEvent.AllDayEvent property) |
| rpmiNewReccuringEvent | Specifies if the Event dialog box and Event recurrence modal dialog are invoked together (see also the TcxSchedulerEvent.RecurrenceInfo property) |
| rpmi60min | Specifies the time interval option of 60 minutes (see also the TcxSchedulerDayView.TimeScale property) |
| rpmi30min | Specifies the time interval option of 30 minutes (see also the TcxSchedulerDayView.TimeScale property) |
| rpmi15min | Specifies the time interval option of 15 minutes (see also the TcxSchedulerDayView.TimeScale property) |
| rpmi10min | Specifies the time interval option of 10 minutes (see also the TcxSchedulerDayView.TimeScale property) |
| rpmi6min | Specifies the time interval option of 6 minutes (see also the TcxSchedulerDayView.TimeScale property) |
| rpmi5min | Specifies the time interval option of 5 minutes (see also the TcxSchedulerDayView.TimeScale property). |
See Also