Skip to main content

IRangeControlClient.SetRange(Object, Object, Size) Method

Specifies the range bounds.

Namespace: DevExpress.UI.Xaml.Controls

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

bool SetRange(
    object start,
    object end,
    Size viewportSize
)

Parameters

Name Type Description
start Object

The start bound of a range.

end Object

The end bound of a 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