XRDesignPanelListenersCollection.AddRange(XRDesignPanelListener[]) Method
Appends an array of listeners to the collection.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.2.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
Parameters
Name | Type | Description |
---|---|---|
items | XRDesignPanelListener[] | An array of XRDesignPanelListener 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