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

GroupFieldCollection(Band) Constructor

Initializes a new instance of the GroupFieldCollection class with the specified owner band.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public GroupFieldCollection(
    Band band
)

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.

See Also