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