TcxSchedulerOptionsCustomize.Scheduler Property
Provides access to the scheduler control to which the customization settings belong.
Declaration
property Scheduler: TcxCustomScheduler read;
Property Value
Type |
---|
TcxCustomScheduler |
Remarks
To access all public members that the Scheduler control provides, cast the Scheduler property value to the TcxScheduler class.
See Also