LayoutPanel.Layout Property
In This Article
Gets a LayoutGroup object that has been assigned to the ContentItem.Content property. This is a dependency property.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
public LayoutGroup Layout { get; }
#Property Value
Type | Description |
---|---|
Layout |
The Layout |
#Remarks
See ContentItem.Content to learn more.
See Also