Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DocumentProperties.Version Property

Gets or sets the document’s version number set by the user or by the application.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

string Version { get; set; }

Property Value

Type Description
String

A string of text which is the version number.

Remarks

The Version property allows you to specify one of the core document properties, a full set of which is available with the Document.DocumentProperties property. To specify a custom document property, use the Document.CustomProperties property.

Note

The Version property is supported in DOCX and DOC documents only.

See Also