FloatGroupCollection.AddRange(FloatGroup[]) Method
Adds an array of FloatGroup objects to the current collection.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Parameters
Name | Type | Description |
---|---|---|
items | FloatGroup[] | An array of FloatGroup objects to be added to the collection. |
See Also