Skip to main content

IWidgetViewController.Dock(Document, TableGroup) Method

Docks a widget document to a targeted table group.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

bool Dock(
    Document document,
    TableGroup group
)

Parameters

Name Type Description
document Document

A Document that should be added to a table group.

group DevExpress.XtraBars.Docking2010.Views.Widget.TableGroup

A TableGroup that should contain the document.

Returns

Type Description
Boolean

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

See Also