LayoutGroup.Items Property
In This Article
Provides access to child items.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
public BaseLayoutItemCollection Items { get; }
#Property Value
Type | Description |
---|---|
Base |
A Base |
#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