TcxSchedulerDayView.TimeRulerPopupMenu Property
Provides access to the pop-up menu that a user can invoke for a time ruler at the left border of the scheduling area.
Declaration
property TimeRulerPopupMenu: TcxSchedulerTimeRulerPopupMenu read; write;
Property Value
Type |
---|
TcxSchedulerTimeRulerPopupMenu |
Remarks
The time ruler pop-up menu allows a user to create new events and switch between available time ruler scale resolutions.
Refer to the TcxSchedulerTimeRulerPopupMenu class description for information on all available options.
See Also