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