Skip to main content

RangeControl.VisibleRangeStart Property

Gets or sets the start bound of the visible range.

Namespace: DevExpress.WinUI.Controls

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

NuGet Package: DevExpress.WinUI

Declaration

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

Property Value

Type Description
Object

The start bound of the visible range.

See Also