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

Document.Parent Property

Gets the group where the current document is displayed.

Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

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

Property Value

Type Description
DocumentGroup

A DocumentGroup object that owns the current document.

See Also