TcxSchedulerOptionsView.Scheduler Property
In This Article
Represents the scheduler control to which the current settings apply.
#Declaration
Delphi
property Scheduler: TcxCustomScheduler read;
#Property Value
Type |
---|
Tcx |
#Remarks
The scheduler control provides a graphical interface to end-users for scheduling user events. Use the Scheduler property to access the scheduler control instance.
See Also