Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomRangeControl.Client Property

Specifies the component for automatic synchronization with the selected range.

#Declaration

Delphi
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