Skip to main content

LayoutGroup.Items Property

Provides access to child items.

Namespace: DevExpress.Xpf.Docking

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

#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