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

RangeControl Class

Represents a range control.

Namespace: DevExpress.Xpf.Editors.RangeControl

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public class RangeControl :
    Control

The following members return RangeControl objects:

Remarks

The Range Control provides a highly efficient way in which to specify a range of values within an application. Its innovative and touch-friendly design simplifies the manner in which end-users are able to pass parameters within UI. And, because of DirectX rendering, applications that rely on the Range Control will always remain responsive, regardless of the amount of information displayed on-screen.

The Range Control‘s features include: range zooming, snapping to intervals, immediate range update, animation support, adjustable appearance, etc.

The following code snippets (auto-collected from DevExpress Examples) contain references to the RangeControl class.

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