Back to Devexpress

OfficeCustomXmlPart Interface

officefileapi-devexpress-dot-office-301a11a0.md

latest1.6 KB
Original Source

OfficeCustomXmlPart Interface

A base interface for objects that represent custom XML parts in a document.

Namespace : DevExpress.Office

Assembly : DevExpress.Office.v25.2.Core.dll

NuGet Package : DevExpress.Office.Core

Declaration

csharp
public interface OfficeCustomXmlPart
vb
Public Interface OfficeCustomXmlPart

Remarks

The OfficeCustomXmlPart and OfficeCustomXmlPart<T> interfaces are the base interfaces for the following objects:

InterfaceDescriptionAn Item of
DevExpress.Spreadsheet.ICustomXmlPartA custom XML part embedded in a workbook.DevExpress.Spreadsheet.CustomXmlPartCollection
DevExpress.XtraRichEdit.API.Native.ICustomXmlPartA custom XML part embedded in a document.DevExpress.XtraRichEdit.API.Native.CustomXmlPartCollection

See Also

OfficeCustomXmlPart Members

DevExpress.Office Namespace