Skip to main content

RangeControl.RangeEnd Property

Gets or sets the end bound of a range.

Namespace: DevExpress.WinUI.Controls

Assembly: DevExpress.WinUI.RangeControl.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "OnRangeEndChanged")]
public object RangeEnd { get; set; }

Property Value

Type Description
Object

The end bound of a range.

See Also