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

TabbedDocumentUIService.ActualDocumentGroup Property

Gets the actual DocumentGroup associated with the service.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

Declaration

public DocumentGroup ActualDocumentGroup { get; }

Property Value

Type Description
DocumentGroup

A DocumentGroup object that represents the DocumentGroup associated with the service.

See Also