Skip to main content
A newer version of this page is available. .

TrackBarEditRange(Double, Double) Constructor

Initializes a new instance of the TrackBarEditRange class.

Namespace: DevExpress.Xpf.Editors

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

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