Skip to main content

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.v23.2.dll

NuGet Package: 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