Skip to main content

RangeControlRange(Object, Object) Constructor

Initializes a new instance of the RangeControlRange class with the specified range bounds.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public RangeControlRange(
    object minimum,
    object maximum
)

Parameters

Name Type Description
minimum Object

The value to initialize the RangeControlRange.Minimum property.

maximum Object

The value to initialize the RangeControlRange.Maximum property.

See Also