Back to Devexpress

RangeControl.AllowSnapToInterval Property

wpf-devexpress-dot-xpf-dot-editors-dot-rangecontrol-dot-rangecontrol-1cee9128.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool AllowSnapToInterval { get; set; }
vb
Public Property AllowSnapToInterval As Boolean

Property Value

TypeDescription
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

RangeControl Class

RangeControl Members

DevExpress.Xpf.Editors.RangeControl Namespace