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.v24.1.dll
NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design
Declaration
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