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

XRCrossBandControlCollection.AddRange(XRCrossBandControl[]) Method

Appends an array of cross-band controls to the collection.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public void AddRange(
    XRCrossBandControl[] controls
)

Parameters

Name Type Description
controls XRCrossBandControl[]

An array of XRCrossBandControl 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