LayoutGroup.Items Property
Provides access to child items.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v26.1.dll
Declaration
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