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.UI.Xaml.Controls

Assembly: DevExpress.UI.Xaml.Controls.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

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 the end-user to select the range regardless of the current zoom level.

See Also