Skip to main content
All docs
V24.1
Row

ReadOnlyDocumentProperties.ContentStatus Property

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v24.1.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

string ContentStatus { get; }

Property Value

Type Description
String

The content status.

See Also