wpf-devexpress-dot-xpf-dot-editors-da3467a8.md
Lists values that specify which range parameter is changed.
Namespace : DevExpress.Xpf.Editors
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public enum TrackBarIncrementTargetEnum
Public Enum TrackBarIncrementTargetEnum
| Name | Description |
|---|---|
Value |
Corresponds to the editor’s value specified by the RangeBaseEdit.Value property.
|
| SelectionStart |
Corresponds to the start of the range specified by the TrackBarEdit.SelectionStart property.
|
| SelectionEnd |
Corresponds to the end of the range, specified by the TrackBarEdit.SelectionEnd property.
|
| SelectionRange |
Corresponds to the range specified by the TrackBarEdit.SelectionStart and TrackBarEdit.SelectionEnd properties.
|
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.
See Also