LayoutGroup.AddRange(BaseLayoutItem[]) Method
Adds the specified array of items to the group.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Parameters
Name | Type | Description |
---|---|---|
items | BaseLayoutItem[] | An array of items to be added to the group. |
See Also