ValidationError
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:
C#
public class ValidationError
Inheritance: objectValidationError
Properties
Gets the document element that violates the DOCX format rule.
C#
public DocumentElementBase DocumentElement { get; }
The document element.