DockPanelCollection.AddRange(DockPanel[]) Method
Adds an array of DockPanel objects to the end of the collection.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[EditorBrowsable(EditorBrowsableState.Advanced)]
public void AddRange(
DockPanel[] panels
)
Parameters
Name | Type | Description |
---|---|---|
panels | DockPanel[] | An array of DockPanel objects to be added to the collection. |
Remarks
The AddRange method adds the dock panels to the end of the collection in the order that they appear within the specified array.
See Also