Skip to main content

IRangeControlClient.SetVisibleRange(Object, Object, Size) Method

Specifies the visible range bounds.

Namespace: DevExpress.UI.Xaml.Controls

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

bool SetVisibleRange(
    object visibleStart,
    object visibleEnd,
    Size viewportSize
)

Parameters

Name Type Description
visibleStart Object

The start bound of a visible range.

visibleEnd Object

The end bound of a visible range.

viewportSize Size

The object that specifies the viewport size.

Returns

Type Description
Boolean

true, if the specified range is correct; otherwise, false.

See Also