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

GroupField(GroupField) Constructor

Initializes a new instance of the GroupField class.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public GroupField(
    GroupField item
)

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