Skip to main content
All docs
V26.1
  • WordProcessingSanitizeResult.Action Property

    Gets the action taken during the sanitization process.

    Namespace: DevExpress.XtraRichEdit

    Assembly: DevExpress.RichEdit.v26.1.Core.dll

    Declaration

    public WordProcessingSanitizeAction Action { get; }

    Property Value

    Type Description
    WordProcessingSanitizeAction

    An enumeration value that indicates the action taken during the sanitization process.

    Available values:

    Name Description
    Removed

    The sanitized content is removed.

    MadeVisible

    The sanitized content is made visible.

    Accepted

    The sanitized content is accepted.

    Rejected

    The sanitized content is rejected.

    See Also