Back to Devexpress

SubBandCollection Class

xtrareports-devexpress-dot-xtrareports-dot-ui-21218720.md

latest1.9 KB
Original Source

SubBandCollection Class

A collection of SubBand objects.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public class SubBandCollection :
    XRControlCollectionBase,
    IEnumerable<SubBand>,
    IEnumerable
vb
Public Class SubBandCollection
    Inherits XRControlCollectionBase
    Implements IEnumerable(Of SubBand),
               IEnumerable

The following members return SubBandCollection objects:

Remarks

To access the SubBandCollection belonging to a report Band, use its Band.SubBands property.

Inheritance

Object CollectionBase XRControlCollectionBase SubBandCollection

See Also

SubBandCollection Members

SubBand

Introduction to Banded Reports

DevExpress.XtraReports.UI Namespace