Skip to main content

IRangeControlClient.SetRange(Object, Object, Size) Method

Specifies the range bounds.

Namespace: DevExpress.Xpf.Editors.RangeControl

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

NuGet Package: DevExpress.Wpf.Core

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

Returns

Type Description
Boolean

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

See Also