XRCrossBandControlCollection Class
A collection of XRCrossBandControl objects.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Remarks
The XRCrossBandControlCollection class represents a collection of XRCrossBandControl objects that represent cross-band controls. Its properties and methods can be used to perform common collection operations such as adding new or deleting existing items. Individual items can be accessed using indexer notation.
A collection of cross-band controls can be accessed via the report’s XtraReport.CrossBandControls property.
Inheritance
Object
CollectionBase
XRControlCollectionBase
XRCrossBandControlCollection
See Also