Skip to main content

Range(IRangeContainer) Constructor

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

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

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