XRCrossBandControlCollection.Add(XRCrossBandControl) Method
Appends the specified cross-band control to the current collection.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v25.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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