GroupFieldCollection(Band) Constructor
Initializes a new instance of the GroupFieldCollection class with the specified owner band.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v22.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
band | Band | A Band object which specifies the owner band for this collection. |
Remarks
This method is intended for internal use only, normally you don’t need to use it.
Note
If the GroupFieldCollection object will be used for the GroupHeaderBand.GroupFields property, then the GroupHeaderBand band will be specified as the owner band.
If the GroupFieldCollection object will be used for the DetailBand.SortFields property, then the DetailBand band will be specified as the owner band.