Back to Devexpress

LayoutItemContainer.Parent Property

windowsforms-devexpress-dot-xtralayout-dot-layoutitemcontainer-f5dc35d6.md

latest1.3 KB
Original Source

LayoutItemContainer.Parent Property

Gets or sets the layout group that owns the LayoutItemContainer.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public override LayoutGroup Parent { get; set; }
vb
Public Overrides Property Parent As LayoutGroup

Property Value

TypeDescription
LayoutGroup

A LayoutGroup object that owns the LayoutItemContainer.

|

See Also

LayoutItemContainer Class

LayoutItemContainer Members

DevExpress.XtraLayout Namespace