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

CompatibilitySettings.TrackBarEditIsMoveToPointEnabled Property

Gets or sets whether TrackBarEdit should increment or decrement its value when a user clicked a line next to the thumb.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Data.Desktop.v21.1.dll

NuGet Package: DevExpress.Data.Desktop

Declaration

public static bool TrackBarEditIsMoveToPointEnabled { get; set; }

Property Value

Type Description
Boolean

true to increment or decrement TrackBarEdit value when a user clicks a line next to the thumb; otherwise false.

Remarks

Refer to the following breaking change ticket for more information on the TrackBarEditIsMoveToPointEnabled compatibility property: T866261.

See Also