TrackBarIncrementTargetEnum Enum
Lists values that specify which range parameter is changed.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Members
Name | Description |
---|---|
Value
|
Corresponds to the editor’s value specified by the Range |
Selection
|
Corresponds to the start of the range specified by the Track |
Selection
|
Corresponds to the end of the range, specified by the Track |
Selection
|
Corresponds to the range specified by the Track |
#Remarks
The values listed by this enumeration are used to specify the range parameter when using the TrackBarEdit.Increment, TrackBarEdit.IncrementLarge, TrackBarEdit.IncrementSmall, TrackBarEdit.Decrement, TrackBarEdit.DecrementLarge and TrackBarEdit.DecrementSmall methods.