RangeControl Class
In This Article
A Range Control.
Namespace: DevExpress.WinUI.Controls
Assembly: DevExpress.WinUI.RangeControl.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#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:
#Inheritance
See Also