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.v18.1.dll

Declaration

public interface IRangeControlClient

The following members accept/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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the IRangeControlClient interface.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also