Skip to main content

TrackBarEditRange(Double, Double) Constructor

Initializes a new instance of the TrackBarEditRange class.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public TrackBarEditRange(
    double selectionStart,
    double selectionEnd
)

Parameters

Name Type Description
selectionStart Double

A Double value that specifies the start of the range. This value is assigned to the TrackBarEditRange.SelectionStart property.

selectionEnd Double

A Double value that specifies the end of the range. This value is assigned to the TrackBarEditRange.SelectionEnd property.

See Also