LayoutGroup.Add(BaseLayoutItem[]) Method
Adds multiple BaseLayoutItems as children to the current LayoutGroup.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Parameters
Name | Type | Description |
---|---|---|
items | BaseLayoutItem[] | BaseLayoutItems to be added to the current LayoutGroup. |
See Also