IRangeControlClient.SetVisibleRange(Object, Object, Size) Method
In This Article
Specifies the visible range bounds.
Namespace: DevExpress.UI.Xaml.Controls
Assembly: DevExpress.UI.Xaml.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
visible |
Object | The start bound of a visible range. |
visible |
Object | The end bound of a visible range. |
viewport |
Size | The object that specifies the viewport size. |
#Returns
Type | Description |
---|---|
Boolean | true, if the specified range is correct; otherwise, false. |
See Also