RangeControlRange(Object, Object) Constructor
Initializes a new instance of the RangeControlRange class with the specified range bounds.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
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