GroupField(GroupField) Constructor
Initializes a new instance of the GroupField class.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | GroupField | A GroupField object. |
Remarks
This constructor creates a copy of the GroupField object passed as its parameter.
See Also