RangeControl.VisibleRangeEnd Property
In This Article
Gets or sets the end bound of the visible range.
Namespace: DevExpress.WinUI.Controls
Assembly: DevExpress.WinUI.RangeControl.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(null, Handler = "OnVisibleRangeEndChanged")]
public object VisibleRangeEnd { get; set; }
#Property Value
Type | Description |
---|---|
Object | The end bound of the visible range. |
See Also