Back to Devexpress

DocumentProperties.DocumentRevision Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-documentproperties-86744690.md

latest1.3 KB
Original Source

DocumentProperties.DocumentRevision Property

Gets or sets the presentation revision number.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public string DocumentRevision { get; set; }
vb
Public Property DocumentRevision As String

Property Value

TypeDescription
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

DocumentProperties Class

DocumentProperties Members

DevExpress.Docs.Presentation Namespace