Document.DockTo(TableGroup) Method
Docks this Document to the desired table group.
Namespace: DevExpress.XtraBars.Docking2010.Views.Widget
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| tableGroup | DevExpress.XtraBars.Docking2010.Views.Widget.TableGroup | A TableGroup that should host this Document. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the document was successfully docked; otherwise, false. |
See Also