Back to Devexpress

XRCrossBandControlCollection Class

xtrareports-devexpress-dot-xtrareports-dot-ui-4df5d1c0.md

latest2.1 KB
Original Source

XRCrossBandControlCollection Class

A collection of XRCrossBandControl objects.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public class XRCrossBandControlCollection :
    XRControlCollectionBase
vb
Public Class XRCrossBandControlCollection
    Inherits XRControlCollectionBase

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

XRCrossBandControlCollection Members

CrossBandControls

DevExpress.XtraReports.UI Namespace