SubBandCollection Class
A collection of SubBand objects.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.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
Object
CollectionBase
XRControlCollectionBase
SubBandCollection
See Also