TrackBarEditRange(Double, Double) Constructor
Initializes a new instance of the TrackBarEditRange class.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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