TcxSchedulerReportLink.Scheduler Property
In This Article
Represents the scheduler control the scheduler’s report generating component is plugged to.
#Declaration
Delphi
property Scheduler: TcxScheduler 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’s instance.
See Also