Skip to main content

TrackBarEdit.IsSnapToTickEnabled Property

Gets or sets whether or not snapping to ticks is enabled. This property is reserved for future use.

Namespace: DevExpress.Xpf.Editors

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

#Declaration

public bool IsSnapToTickEnabled { get; set; }

#Property Value

Type Description
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