GroupingLevelInfo(ColumnInfo[]) Constructor
In This Article
Initializes a new instance of the GroupingLevelInfo class with the specified data columns.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public GroupingLevelInfo(
ColumnInfo[] columns
)
#Parameters
Name | Type | Description |
---|---|---|
columns | Column |
An array of Column |
See Also