TcxSchedulerTimeRulerPopupMenuItems Type
In This Article
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 |
---|
Tcx |
#Remarks
Values include:
Value | Description |
---|---|
rpmi |
Specifies if the Event dialog used to describe the user event in detail is invoked |
rpmi |
Specifies if the Event dialog with a checked All day event check box in it is invoked (see also the Tcx |
rpmi |
Specifies if the Event dialog box and Event recurrence modal dialog are invoked together (see also the Tcx |
rpmi60min | Specifies the time interval option of 60 minutes (see also the Tcx |
rpmi30min | Specifies the time interval option of 30 minutes (see also the Tcx |
rpmi15min | Specifies the time interval option of 15 minutes (see also the Tcx |
rpmi10min | Specifies the time interval option of 10 minutes (see also the Tcx |
rpmi6min | Specifies the time interval option of 6 minutes (see also the Tcx |
rpmi5min | Specifies the time interval option of 5 minutes (see also the Tcx |
See Also