TabbedDocumentUIService.ActualDocumentGroup Property
In This Article
Gets the actual DocumentGroup associated with the service.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
public DocumentGroup ActualDocumentGroup { get; }
#Property Value
Type | Description |
---|---|
Document |
A Document |
See Also