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