Back to Devexpress

DocumentCustomProperty Struct

officefileapi-devexpress-dot-docs-dot-presentation-45994ea3.md

latest1.3 KB
Original Source

DocumentCustomProperty Struct

A custom document property.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public readonly struct DocumentCustomProperty :
    IEquatable<DocumentCustomProperty>
vb
Public Structure DocumentCustomProperty
    Implements IEquatable(Of DocumentCustomProperty)

Remarks

The DocumentProperties.CustomProperties property returns a dictionary of DocumentCustomProperty objects.

Implements

IEquatable<DocumentCustomProperty>

See Also

DocumentCustomProperty Members

DevExpress.Docs.Presentation Namespace