Skip to main content

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.v23.2.Core.dll

NuGet Packages: DevExpress.Office.Core, DevExpress.Win.Navigation

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