Back to Devexpress

LayoutGroupItemCollection.Owner Property

windowsforms-devexpress-dot-xtralayout-dot-utils-dot-layoutgroupitemcollection-d76bdde2.md

latest1.4 KB
Original Source

LayoutGroupItemCollection.Owner Property

Returns a LayoutGroup that owns this LayoutGroupItemCollection.

Namespace : DevExpress.XtraLayout.Utils

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public LayoutGroup Owner { get; }
vb
Public ReadOnly Property Owner As LayoutGroup

Property Value

TypeDescription
LayoutGroup

A LayoutGroup object that owns this LayoutGroupItemCollection.

|

See Also

LayoutGroupItemCollection Class

LayoutGroupItemCollection Members

DevExpress.XtraLayout.Utils Namespace