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