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

LayoutItemContainer.Parent Property

Gets or sets the layout group that owns the LayoutItemContainer.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public override LayoutGroup Parent { get; set; }

Property Value

Type Description
LayoutGroup

A LayoutGroup object that owns the LayoutItemContainer.

See Also