Skip to main content

XRDesignPanelListenersCollection.AddRange(XRDesignPanelListener[]) Method

Appends an array of listeners to the collection.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v23.2.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