IRangeControlClient.GetRealValue(Double) Method
Gets the object corresponding to the specified comparable value.
Namespace: DevExpress.Xpf.Editors.RangeControl
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
comparable | Double | A Double value. |
Returns
Type | Description |
---|---|
Object | An object corresponding to the specified comparable value. |
See Also