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.v20.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override LayoutGroup Parent { get; set; }

Property Value

Type Description
LayoutGroup

A LayoutGroup object that owns the LayoutItemContainer.

See Also