Skip to main content

XRDesignDockManager(IContainer) Constructor

Initializes a new instance of the XRDesignDockManager class with the specified tab container.

Namespace: DevExpress.XtraReports.UserDesigner

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

NuGet Package: DevExpress.Win.Reporting

Declaration

public XRDesignDockManager(
    IContainer container
)

Parameters

Name Type Description
container IContainer

An object implementing the IContainer interface.

See Also