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.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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