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

DockPanelCollection.AddRange(DockPanel[]) Method

Appends an array of dock panels to the collection.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public void AddRange(
    DockPanel[] panels
)

Parameters

Name Type Description
panels DockPanel[]

An array of DockPanel objects to append to the collection.

Remarks

Objects are added to the end of the collection in the same order they have in the array.

See Also