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

ColumnSummariesSet.Contains(ColumnSummaries) Method

Determines whether or not the specified ColumnSummaries object is a member of the collection.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public bool Contains(
    ColumnSummaries item
)

Parameters

Name Type Description
item ColumnSummaries

The ColumnSummaries object to locate in the collection.

Returns

Type Description
Boolean

true, if the specified object is a member of the collection; otherwise, false.

See Also