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

XRCrossBandControlCollection.Add(XRCrossBandControl) Method

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

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