Skip to main content
All docs
V25.1
  • DocumentProperties.ContentStatus Property

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

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.1.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public string ContentStatus { get; set; }

    Property Value

    Type Description
    String

    The content status.

    See Also