Skip to main content
All docs
V19.2

GroupingLevelInfo.ContainsColumn(String) Method

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

Namespace: DevExpress.Data.XtraReports.Wizard

Assembly: DevExpress.Data.v19.2.dll

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