TrackBarIncrementTargetEnum Enum
Lists values that specify which range parameter is changed.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Members
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. |
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.