Back to Devexpress

Document.Parent Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-dot-document-008a6eee.md

latest1.8 KB
Original Source

Document.Parent Property

Gets a StackGroup that owns this Document.

Namespace : DevExpress.XtraBars.Docking2010.Views.Widget

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public StackGroup Parent { get; }
vb
<Browsable(False)>
Public ReadOnly Property Parent As StackGroup

Property Value

TypeDescription
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

Items

Document Class

Document Members

DevExpress.XtraBars.Docking2010.Views.Widget Namespace