Back to Devexpress

CompatibilitySettings.TrackBarEditIsMoveToPointEnabled Property

corelibraries-devexpress-dot-xpf-dot-core-dot-compatibilitysettings-71460e0d.md

latest1.7 KB
Original Source

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

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

Declaration

csharp
public static bool TrackBarEditIsMoveToPointEnabled { get; set; }
vb
Public Shared Property TrackBarEditIsMoveToPointEnabled As Boolean

Property Value

TypeDescription
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

CompatibilitySettings Class

CompatibilitySettings Members

DevExpress.Xpf.Core Namespace