Skip to main content
All docs
V23.2
Row

ReadOnlyDocumentProperties.ContentStatus Property

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

string ContentStatus { get; }

Property Value

Type Description
String

The content status.

See Also