Skip to main content

IRangeControlClient.SetVisibleRange(Object, Object, Size) Method

Specifies the visible range.

Namespace: DevExpress.Xpf.Editors.RangeControl

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

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 viewport size.

Returns

Type Description
Boolean

true, if the specified range boundaries are valid; otherwise, false.

See Also