Skip to main content

Document.Parent Property

Gets the group where the current document is displayed.

Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
DocumentGroup

A DocumentGroup object that owns the current document.

See Also