ClassValidationError
Class
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
The document element.