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

RangeControl Class

A Range Control.

Namespace: DevExpress.WinUI.Controls

Assembly: DevExpress.WinUI.RangeControl.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[ContentProperty(Name = "Content")]
public class RangeControl :
    Control

Remarks

You can use the RangeControl to select and visualize data ranges.

RangeControl Clients

The RangeControl support multiple range control clients. A range control client is a class that provides the RangeControl with data. Specify the RangeControl.Client property to set the range control client. RangeControl support the following clients:

See Also