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

NumericRangeControlClient Class

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

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