TcxSchedulerTimeRulerPopupMenu.Items Property
Provides access to a collection of pop-up menu items.
Declaration
property Items: TcxSchedulerTimeRulerPopupMenuItems read; write; default [rpmiNewEvent, rpmiNewAllDayEvent, rpmiNewReccuringEvent, rpmi60min, rpmi30min, rpmi15min, rpmi10min, rpmi6min, rpmi5min];
Property Value
Type |
---|
TcxSchedulerTimeRulerPopupMenuItems |
Remarks
Use this property to specify the items in the pop-up menu. A full set of the available items is provided by the TcxSchedulerTimeRulerPopupMenuItems enumeration.
See Also