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

GroupingLevelInfo.ContainsColumn(String) Method

Checks whether or not a grouping level contains the specified data column.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public bool ContainsColumn(
    string columnName
)

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