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

LayoutGroup.Items Property

Provides access to child items.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v21.2.dll

NuGet Package: DevExpress.Wpf.Docking

Declaration

public BaseLayoutItemCollection Items { get; }

Property Value

Type Description
BaseLayoutItemCollection

A BaseLayoutItemCollection object that contains child items.

Remarks

You can use methods provided by the Items property to access, add, and remove items from the collection.

See Also