Skip to main content

LayoutPanel.Layout Property

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.v14.2.dll

#Declaration

public LayoutGroup Layout { get; }

#Property Value

Type Description
LayoutGroup

The LayoutGroup object that has been assigned to the ContentItem.Content property. null if any other object has been assigned to the ContentItem.Content property.

#Remarks

See ContentItem.Content to learn more.

See Also