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

IWidgetViewController.Dock(Document, StackGroup) Method

Docks the Document to the specific StackGroup.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

bool Dock(
    Document document,
    StackGroup group
)

Parameters

Name Type Description
document Document

A Document to be docked.

group StackGroup

A StackGroup to which the document has to be docked.

Returns

Type Description
Boolean

true, if the Document was successfully docked; otherwise, false.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Dock(Document, StackGroup) method.

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.

See Also