Back to Devexpress

DocumentManager(IContainer) Constructor

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-documentmanager-dot-ctor-x28-system-dot-componentmodel-dot-icontainer-x29.md

latest2.3 KB
Original Source

DocumentManager(IContainer) Constructor

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

Namespace : DevExpress.XtraBars.Docking2010

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public DocumentManager(
    IContainer container
)
vb
Public Sub New(
    container As IContainer
)

Parameters

NameTypeDescription
containerIContainer

An object that implements IContainer.

|

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the DocumentManager(IContainer) constructor.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

winforms-create-custom-document-manager/VB/CustomDocument/Custom DocumentManager/CustomDocumentManager.vb#L17

vb
Public Sub New(ByVal container As IContainer)
    MyBase.New(container)

See Also

DocumentManager Class

DocumentManager Members

DevExpress.XtraBars.Docking2010 Namespace