Skip to main content
All docs
V26.1
  • ReviewHistoryItem.Status Property

    Gets the review’s status.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public ReviewStatus Status { get; }

    Property Value

    Type Description
    ReviewStatus

    The comment’s author.

    Available values:

    Name Description
    None

    No review status.

    Accepted

    The annotation is reviewed and accepted.

    Rejected

    The annotation is reviewed and rejected.

    Cancelled

    The annotation is reviewed and cancelled.

    Completed

    The annotation is reviewed and completed.

    See Also