Back to Devexpress

TcxSchedulerTimeRulerPopupMenuItems Type

vcl-cxschedulerdayview-121078fe.md

latest2.7 KB
Original Source

TcxSchedulerTimeRulerPopupMenuItems Type

Enumerates the available items for the pop-up menu invoked on time rulers in the scheduling area.

Declaration

delphi
TcxSchedulerTimeRulerPopupMenuItems = set of TcxSchedulerTimeRulerPopupMenuItem;

Referenced Class

Type
TcxSchedulerTimeRulerPopupMenuItem

Remarks

Values include:

ValueDescription
rpmiNewEventSpecifies if the Event dialog used to describe the user event in detail is invoked
rpmiNewAllDayEventSpecifies if the Event dialog with a checked All day event check box in it is invoked (see also the TcxSchedulerEvent.AllDayEvent property)
rpmiNewReccuringEventSpecifies if the Event dialog box and Event recurrence modal dialog are invoked together (see also the TcxSchedulerEvent.RecurrenceInfo property)
rpmi60minSpecifies the time interval option of 60 minutes (see also the TcxSchedulerDayView.TimeScale property)
rpmi30minSpecifies the time interval option of 30 minutes (see also the TcxSchedulerDayView.TimeScale property)
rpmi15minSpecifies the time interval option of 15 minutes (see also the TcxSchedulerDayView.TimeScale property)
rpmi10minSpecifies the time interval option of 10 minutes (see also the TcxSchedulerDayView.TimeScale property)
rpmi6minSpecifies the time interval option of 6 minutes (see also the TcxSchedulerDayView.TimeScale property)
rpmi5minSpecifies the time interval option of 5 minutes (see also the TcxSchedulerDayView.TimeScale property).

See Also

TcxSchedulerTimeRulerPopupMenu.Execute

TcxSchedulerTimeRulerPopupMenu.GetMenuItem

TcxSchedulerTimeRulerPopupMenu.OnClick

cxSchedulerDayView Unit