DockPanelCollection.AddRange(DockPanel[]) Method
Appends an array of dock panels to the collection.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
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