Skip to main content
A newer version of this page is available. .

DockPanelCollection.AddRange(DockPanel[]) Method

Adds an array of DockPanel objects to the end of the collection.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

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