Skip to main content

DocumentProperties.ContentStatus Property

Gets or sets the status of the content (e.g., “Draft”, “Reviewed”, or “Final”).

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

string ContentStatus { get; set; }

Property Value

Type Description
String

A string that is the metadata for the document ContentStatus property.

Remarks

The ContentStatus property allows you to specify one of the predefined 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 ContentStatus property is supported in DOCX and DOC documents only.

See Also