Skip to main content
A newer version of this page is available. .
All docs
V21.2
.NET Framework 4.5.2+
Row

ReadOnlyDocumentProperties.ContentStatus Property

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v21.2.Core.dll

Declaration

string ContentStatus { get; }

Property Value

Type Description
String

The content status.

See Also