Document.Parent Property
In This Article
Gets the group where the current document is displayed.
Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
public DocumentGroup Parent { get; }
#Property Value
Type | Description |
---|---|
Document |
A Document |
See Also