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

    Obtains a dictionary of custom document properties.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public DocumentCustomPropertyDictionary CustomProperties { get; }

    Property Value

    Type Description
    DocumentCustomPropertyDictionary

    A dictionary of custom document properties.

    See Also