IWidgetViewController.Dock(Document, TableGroup) Method
Docks a widget document to a targeted table group.
Namespace: DevExpress.XtraBars.Docking2010.Views.Widget
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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