Skip to main content

NumericRangeControlClient Class

A RangeControl‘s client that supports numeric (integer, double, decimal or float) range selection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public class NumericRangeControlClient :
    RangeControlClientBase

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

See Also