corelibraries-devexpress-dot-xtraeditors-cfebbfbe.md
The interface that a Range Control Client must implement to be embedded in Range Control (RangeControl or RangeControl).
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.Data.v25.2.dll
NuGet Package : DevExpress.Data
public interface IRangeControlClient
Public Interface IRangeControlClient
The following members return IRangeControlClient objects:
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