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