Skip to main content

RangeControl.RangeStart Property

Gets or sets the start bound of a range.

Namespace: DevExpress.WinUI.Controls

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

NuGet Package: DevExpress.WinUI

#Declaration

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

#Property Value

Type Description
Object

The start bound of a range.

See Also