OfficeCustomXmlPartCollection<T>.Contains(T) Method
Determines whether the collection contains the specified custom XML part.
Namespace: DevExpress.Office
Assembly: DevExpress.Office.v24.1.Core.dll
NuGet Packages: DevExpress.Office.Core, DevExpress.Win.Navigation
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