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

XRTabbedMdiManager(IContainer) Constructor

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

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public XRTabbedMdiManager(
    IContainer container
)

Parameters

Name Type Description
container IContainer

An object implementing the IContainer interface.

See Also