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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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