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

RangeControl.AllowSnapToInterval Property

Gets or sets whether to snap the selection thumbs to the bounds of the range items. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.RangeControl

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

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

Declaration

public bool AllowSnapToInterval { get; set; }

Property Value

Type Description
Boolean

true, to snap the selection thumbs to the bounds of the range items; otherwise, false.

Remarks

Set the AllowSnapToInterval property to false to allow end-users to select the range regardless of the current zoom level.

See Also