Class
ValidationError

Describes a single DOCX format validation error, identifying the non-compliant document element and the nature of the violation.

Definition

Namespace:Telerik.Windows.Documents.Flow.FormatProviders.Docx.Validation

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public class ValidationError

Inheritance: objectValidationError

Properties

DocumentElement

Gets the document element that violates the DOCX format rule.

Declaration

cs-api-definition
public DocumentElementBase DocumentElement { get; }

Property Value

DocumentElementBase

The document element.

Message

Gets the human-readable description of the validation error.

Declaration

cs-api-definition
public string Message { get; }

Property Value

string

The error message.

In this article
DefinitionPropertiesDocumentElementMessage
Not finding the help you need?
Contact Support