Skip to main content

TrackBarEditRange(Double, Double) Constructor

In This Article

Initializes a new instance of the TrackBarEditRange class.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v14.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