Skip to main content

LayoutGroupItemCollection.Owner Property

Returns a LayoutGroup that owns this LayoutGroupItemCollection.

Namespace: DevExpress.XtraLayout.Utils

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public LayoutGroup Owner { get; }

Property Value

Type Description
LayoutGroup

A LayoutGroup object that owns this LayoutGroupItemCollection.

See Also