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

DockingDocumentUIService.ActualLayoutGroup Property

Gets the actual LayoutGroup associated with the service.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v21.2.dll

NuGet Package: DevExpress.Wpf.Docking

Declaration

public LayoutGroup ActualLayoutGroup { get; }

Property Value

Type Description
LayoutGroup

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

See Also