Validates document in source mode and shows validation errors if found.

Namespace:  C1.Win.XmlEditor
Assembly:  C1.Win.XmlEditor.2 (in C1.Win.XmlEditor.2.dll)

Syntax

C#
public bool ValidateSource()
Visual Basic (Declaration)
Public Function ValidateSource As Boolean

Return Value

True if document was validated without errors; otherwise, False.

See Also