Skip to main content

XRCrossBandControlCollection.Add(XRCrossBandControl) Method

Appends the specified cross-band control to the current collection.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public int Add(
    XRCrossBandControl child
)

Parameters

Name Type Description
child XRCrossBandControl

An XRCrossBandControl object to append to the collection.

Returns

Type Description
Int32

An integer value indicating the position at which the new element was inserted.

Remarks

This method adds an XRCrossBandControl object to the end of the collection.

See Also