Back to Devexpress

TrackBarEdit.IsSnapToTickEnabled Property

wpf-devexpress-dot-xpf-dot-editors-dot-trackbaredit-b3dffb43.md

latest1.4 KB
Original Source

TrackBarEdit.IsSnapToTickEnabled Property

Gets or sets whether snapping to ticks is enabled.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
public bool IsSnapToTickEnabled { get; set; }
vb
<Browsable(False)>
Public Property IsSnapToTickEnabled As Boolean

Property Value

TypeDescription
Boolean

true to enable snapping to ticks; otherwise, false.

|

Remarks

If the IsSnapToTickEnabled property is set to true and an end-user drags the thumb or clicks the track, the thumb snaps to the nearest tick.

See Also

TickFrequency

TickPlacement

IsSnapToStepEnabled

TrackBarEdit Class

TrackBarEdit Members

DevExpress.Xpf.Editors Namespace