OfficeCustomXmlPartCollection<T>.Contains(T) Method
Determines whether the collection contains the specified custom XML part.
Namespace: DevExpress.Office
Assembly: DevExpress.Office.v25.1.Core.dll
NuGet Package: DevExpress.Office.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| customXmlPart | T | A custom XML part to locate in the collection. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the collection contains the specified custom XML part; otherwise, false. |
See Also