SubBandCollection Class
In This Article
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
#Related API Members
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