Skip to main content

SubBandCollection Class

A collection of SubBand objects.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.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