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

RangeBase.EndValue Property

Gets or sets the end value of the range.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(0, Handler = "EndValueChanged")]
public double EndValue { get; set; }

Property Value

Type Description
Double

A Double value which is the end of the range.

Remarks

Use the RangeBase.StartValue and EndValue properties to specify the range.

Example: How to: Use ArcScale

See Also