Skip to main content
A newer version of this page is available.
All docs
V18.2

GroupingLevelInfo(ColumnInfo[]) Constructor

Initializes a new instance of the GroupingLevelInfo class with the specified data columns.

Namespace: DevExpress.Data.XtraReports.Wizard

Assembly: DevExpress.Data.v18.2.dll

Declaration

public GroupingLevelInfo(
    ColumnInfo[] columns
)

Parameters

Name Type Description
columns ColumnInfo[]

An array of ColumnInfo objects.

See Also