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