Skip to main content

RangeControl.VisibleRangeEnd Property

Gets or sets the end bound of the visible range.

Namespace: DevExpress.UI.Xaml.Controls

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

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public object VisibleRangeEnd { get; set; }

#Property Value

Type Description
Object

The end bound of the visible range.

See Also