Skip to main content
A newer version of this page is available. .

SubBandCollection Class

A collection of SubBand objects.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v21.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public class SubBandCollection :
    XRControlCollectionBase,
    IEnumerable<SubBand>,
    IEnumerable

Remarks

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

Inheritance

See Also