NumericRangeControlClient Class
A RangeControl‘s client that supports numeric (integer, double, decimal or float) range selection.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Remarks
To display numeric ranges within a RangeControl, you need to assign a NumericRangeControlClient instance to the RangeControl.Client property. The NumericRangeControlClient supports numeric ranges of the integer, double, decimal and float types. See Numeric Ranges to learn more.
Inheritance
Object
MarshalByRefObject
Component
RangeControlClientBase
NumericRangeControlClient
See Also