Skip to main content

LayoutGroup.Items Property

Provides access to child items.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v23.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 of the Items property to access, add, and remove items from the collection.

Use either the Items or ItemsSource property to specify LayoutGroup children.

See Also