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

XRDesignPanelListenersCollection.AddRange(XRDesignPanelListener[]) Method

Appends an array of listeners to the collection.

Namespace: DevExpress.XtraReports.UserDesigner

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

NuGet Package: DevExpress.Win.Reporting

Declaration

public void AddRange(
    XRDesignPanelListener[] items
)

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