Skip to main content
All docs
V25.1
  • Row

    ReadOnlyDocumentProperties.ContentStatus Property

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

    Namespace: DevExpress.Spreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    string ContentStatus { get; }

    Property Value

    Type Description
    String

    The content status.

    See Also