Document.DockTo(TableGroup) Method
Docks this Document to the desired table group.
Namespace: DevExpress.XtraBars.Docking2010.Views.Widget
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
public bool DockTo(
TableGroup tableGroup
)
Public Function DockTo(
tableGroup As TableGroup
) As Boolean
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
Feedback