Skip to main content

GroupingLevelInfo.ContainsColumn(String) Method

Specifies whether or not GroupingLevelInfo contains the requested column.

Namespace: DevExpress.Data.XtraReports.Wizard

Assembly: DevExpress.Data.v14.2.dll

Declaration

public bool ContainsColumn(
    string columnName
)
Public Function ContainsColumn(
    columnName As String
) As Boolean

Parameters

Name Type Description
columnName String

A String value, specifying the column name.

Returns

Type Description
Boolean

true if the specified column is contained in the group; otherwise false.

See Also