XRTableRowCollection.Contains(XRTableRow) Method
Determines whether the specified row is a member of the collection.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
row | XRTableRow | The XRTableRow object to locate in the collection. |
Returns
Type | Description |
---|---|
Boolean | true if the row is a member of the collection; otherwise, false. |
Remarks
This method enables you to determine whether the specified row is a member of the collection before performing operations on this row. This method can be used to confirm that the row has been added to or is still a member of the collection.
See Also