Skip to main content
A newer version of this page is available. .

Document.Parent Property

Gets a StackGroup that owns this Document.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[Browsable(false)]
public StackGroup Parent { get; }

Property Value

Type Description
StackGroup

A StackGroup that owns this Document.

Remarks

To assign a Document to a Stack Group, add this Document to the StackGroup.Items collection.

See Also