Skip to main content
A newer version of this page is available. .

IRangeControlClient.GetSnappedValue(Object, Boolean) Method

Gets the snapped value corresponding to the specified real value.

Namespace: DevExpress.Xpf.Editors.RangeControl

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

object GetSnappedValue(
    object value,
    bool isLeft
)

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