ColumnSummariesSet.Remove(ColumnSummaries) Method
Removes the specified ColumnSummaries object from the collection.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | ColumnSummaries | A ColumnSummaries object to be removed. |
Returns
Type | Description |
---|---|
Boolean | true, if the specified object has been successfully removed; otherwise, false. |
See Also