Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

OfficeCustomXmlPartCollection<T> Interface

A base interface for a workbook’s or text document’s collection of custom XML parts.

Namespace: DevExpress.Office

Assembly: DevExpress.Office.v21.1.Core.dll

NuGet Package: DevExpress.Office.Core

Declaration

public interface OfficeCustomXmlPartCollection<T> :
    ISimpleCollection<T>,
    IEnumerable<T>,
    IEnumerable,
    ICollection

Type Parameters

Name Description
T

An object that exposes the ICustomXmlPart interface and specifies a document’s custom XML part.

Remarks

The OfficeCustomXmlPartCollection interface is the base interface for the following collections:

Interface Description Accessed from
DevExpress.Spreadsheet.CustomXmlPartCollection A workbook’s collection of custom XML parts. Workbook.CustomXmlParts
IWorkbook.CustomXmlParts
DevExpress.XtraRichEdit.API.Native.CustomXmlPartCollection A document’s collection of custom XML parts. Document.CustomXmlParts
See Also