TdxCustomRangeControl.Client Property
Specifies the component for automatic synchronization with the selected range.
Declaration
property Client: TComponent read; write;
Property Value
Type |
---|
TComponent |
Remarks
Use this property to link the range control to a component that implements the IdxRangeControlClient interface. Currently, only the scheduler control shipped with the ExpressScheduler Suite implements this interface out-of-the-box. Once the scheduler is assigned to the Client property, the range control automatically synchronizes its range and selection with the scheduler’s Date Navigator and the currently active time View.
See Also