GroupingLevelInfo.ContainsColumn(String) Method
Checks whether or not a grouping level contains the specified data column.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
columnName | String | A String value, specifying the data column name. |
Returns
Type | Description |
---|---|
Boolean | true, if the grouping level contains the specified column; otherwise, false. |
See Also