Skip to main content
A newer version of this page is available. .

Range(IRangeContainer) Constructor

Initializes a new instance of the Range class with the specified container.

Namespace: DevExpress.Xpf.Editors

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

Declaration

public Range(
    IRangeContainer container
)

Parameters

Name Type Description
container DevExpress.Xpf.Editors.IRangeContainer

An object implementing the IRangeContainer interface.

Remarks

This method is intended for internal use only. Normally, you won’t need to use it.

See Also