ClosedPanelCollection.AddRange(LayoutPanel[]) Method
Adds an array of LayoutPanel 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 |
---|---|---|
panels | LayoutPanel[] | An array of LayoutPanels to be added to the collection. |
See Also