Back to Devexpress

NumericRangeControlClient Class

windowsforms-devexpress-dot-xtraeditors-04198bbe.md

latest1.9 KB
Original Source

NumericRangeControlClient Class

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class NumericRangeControlClient :
    RangeControlClientBase
vb
Public Class NumericRangeControlClient
    Inherits 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

Object MarshalByRefObject Component RangeControlClientBase NumericRangeControlClient

See Also

NumericRangeControlClient Members

Numeric Ranges

DevExpress.XtraEditors Namespace