ColumnSummariesSet.Contains(ColumnSummaries) Method
In This Article
Determines whether or not the specified ColumnSummaries object is a member of the collection.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public bool Contains(
ColumnSummaries item
)
#Parameters
Name | Type | Description |
---|---|---|
item | Column |
The Column |
#Returns
Type | Description |
---|---|
Boolean | true, if the specified object is a member of the collection; otherwise, false. |
See Also