xtrareports-devexpress-dot-xtrareports-dot-ui-4df5d1c0.md
A collection of XRCrossBandControl objects.
Namespace : DevExpress.XtraReports.UI
Assembly : DevExpress.XtraReports.v25.2.dll
NuGet Package : DevExpress.Reporting.Core
public class XRCrossBandControlCollection :
XRControlCollectionBase
Public Class XRCrossBandControlCollection
Inherits XRControlCollectionBase
The following members return XRCrossBandControlCollection objects:
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.
Object CollectionBase XRControlCollectionBase XRCrossBandControlCollection
See Also