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

ClosedPanelCollection.AddRange(LayoutPanel[]) Method

Adds an array of LayoutPanel objects to the current collection.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v19.1.dll

Declaration

public void AddRange(
    LayoutPanel[] panels
)

Parameters

Name Type Description
panels LayoutPanel[]

An array of LayoutPanels to be added to the collection.

See Also