Skip to main content

TcxCustomDateNavigator.Scheduler Property

Represents the scheduler control to which the Date Navigator control relates.

Declaration

property Scheduler: TcxCustomScheduler read; write;

Property Value

Type
TcxCustomScheduler

Remarks

The scheduler control provides a graphical interface to end-users for scheduling user events.

Use the Scheduler property to connect to or to access the scheduler control instance.

Note

when the above controls are connected all the operations performed in one control are fully synchronized with the other. The synchronization between them is only supported if the Date Navigator control is connected to the scheduler via the Scheduler property and it doesn’t depend on whether the Date Navigator control is bound to the storage (see the Storage property) or not.

See Also