Skip to main content
A newer version of this page is available. .

IRangeControlClient Interface

The interface that a Range Control Client must implement to be embedded in Range Control (RangeControl or RangeControl).

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public interface IRangeControlClient

The following members return IRangeControlClient objects:

Remarks

Data for the Range Control (RangeControl and RangeControl) is provided by a Range Control Client, which must be associated with the Range Control by using the RangeControl.Client property. The client also visualizes data in the Range Control’s viewport in a specific manner. Embedded into the Range Control, the client automatically gains support for range selection and zooming.

See the RangeControl.Client and RangeControl.Client topics to learn more.

See Also