Skip to main content

RangeControlClientBase.VisibleStart Property

This property specifies the start boundary of the visible range.

Namespace: DevExpress.UI.Xaml.Controls

Assembly: DevExpress.UI.Xaml.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public object VisibleStart { get; }

Property Value

Type Description
Object

The start boundary of the visible range.

Implements

See Also