Back to Devexpress

DocumentProperties.CustomProperties Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-documentproperties-260b1f4c.md

latest1.3 KB
Original Source

DocumentProperties.CustomProperties Property

Obtains a dictionary of custom document properties.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public DocumentCustomPropertyDictionary CustomProperties { get; }
vb
Public ReadOnly Property CustomProperties As DocumentCustomPropertyDictionary

Property Value

TypeDescription
DocumentCustomPropertyDictionary

A dictionary of custom document properties.

|

See Also

DocumentProperties Class

DocumentProperties Members

DevExpress.Docs.Presentation Namespace