Skip to main content
All docs
V25.1
  • 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

    bool Contains(
        T customXmlPart
    )

    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