GroupingLevelInfo.ContainsColumn(String) Method
In This Article
Checks whether or not a grouping level contains the specified data column.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
column |
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