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

TrackBarEdit.IsSnapToStepEnabled Property

Gets or sets whether snapping to steps is enabled.

Namespace: DevExpress.Xpf.Editors

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

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

Declaration

public bool IsSnapToStepEnabled { get; set; }

Property Value

Type Description
Boolean

true, to enable snapping to steps; otherwise, false.

Remarks

If the IsSnapToStepEnabled property is set to true and an end-user drags the thumb or clicks the track, the thumb snaps to positions that correspond to track bar steps.

See Also