WordProcessingSanitizeResult.Action Property
Gets the action taken during the sanitization process.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v26.1.Core.dll
Declaration
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