XRCrossBandControlCollection Class
In This Article
A collection of XRCrossBandControl objects.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public class XRCrossBandControlCollection :
XRControlCollectionBase
#Related API Members
The following members return XRCrossBandControlCollection objects:
#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