Back to Devexpress

Document.Parent Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-tabbed-dot-document-fc77f32f.md

latest1.2 KB
Original Source

Document.Parent Property

Gets the group where the current document is displayed.

Namespace : DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
DocumentGroup

A DocumentGroup object that owns the current document.

|

See Also

Document Class

Document Members

DevExpress.XtraBars.Docking2010.Views.Tabbed Namespace