Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

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