Skip to main content

RangeControlClientBase.VisibleEnd Property

This property specifies the end 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 VisibleEnd { get; }

Property Value

Type Description
Object

The end boundary of the visible range.

Implements

See Also