Back to Devexpress

TrackBarIncrementTargetEnum Enum

wpf-devexpress-dot-xpf-dot-editors-da3467a8.md

latest2.5 KB
Original Source

TrackBarIncrementTargetEnum Enum

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

Declaration

csharp
public enum TrackBarIncrementTargetEnum
vb
Public Enum TrackBarIncrementTargetEnum

Members

NameDescription
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.

See Also

DevExpress.Xpf.Editors Namespace