Back to Devexpress

TrackBarEditRange.SelectionEnd Property

wpf-devexpress-dot-xpf-dot-editors-dot-trackbareditrange-18786cd9.md

latest1.4 KB
Original Source

TrackBarEditRange.SelectionEnd Property

Gets the end of the range.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public double SelectionEnd { get; }
vb
Public ReadOnly Property SelectionEnd As Double

Property Value

TypeDescription
Double

A Double value that is the end of the range.

|

Remarks

Use the TrackBarEditRange.SelectionStart to get the start of the selection range.

To set the end of selection range, use the TrackBarEdit.SelectionEnd property.

See Also

TrackBarEditRange Class

TrackBarEditRange Members

DevExpress.Xpf.Editors Namespace