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

LayoutGroupItemCollection.Owner Property

Returns a LayoutGroup that owns this LayoutGroupItemCollection.

Namespace: DevExpress.XtraLayout.Utils

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

public LayoutGroup Owner { get; }

Property Value

Type Description
LayoutGroup

A LayoutGroup object that owns this LayoutGroupItemCollection.

See Also