Skip to main content
All docs
V26.1
  • DocumentProperties.CustomProperties Property

    Obtains a dictionary of custom document properties.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v26.1.dll

    Declaration

    public DocumentCustomPropertyDictionary CustomProperties { get; }

    Property Value

    Type Description
    DocumentCustomPropertyDictionary

    A dictionary of custom document properties.

    See Also