LayoutItemContainer.Parent Property
In This Article
Gets or sets the layout group that owns the LayoutItemContainer.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public override LayoutGroup Parent { get; set; }
#Property Value
Type | Description |
---|---|
Layout |
A Layout |
See Also