Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.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