IRangeControlClient.GetSnappedValue(Object, Boolean) Method
Gets the snapped value corresponding to the specified real value.
Namespace: DevExpress.Xpf.Editors.RangeControl
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| value | Object | An object that is the real value. |
| isLeft | Boolean | true, to snap the value downwards; otherwise, false. |
Returns
| Type | Description |
|---|---|
| Object | An object that is the snapped value. |
See Also