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

    Gets or sets the presentation revision number.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public string DocumentRevision { get; set; }

    Property Value

    Type Description
    String

    A positive integer that indicates the number of saves or revisions.

    Remarks

    The DocumentRevision property is not updated automatically when you modify and save the presentation.

    See Also