Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / XmlMapping Class / XPath Property

In This Topic
    XPath Property
    In This Topic
    Gets the XPath expression which shall be evaluated to find the custom XML node which is mapped to the content control. This XPath expression shall be specified using the syntax defined in the XML Path Language (XPath) Version 1.0 specification.
    Syntax
    'Declaration
     
    Public ReadOnly Property XPath As System.String
    public System.string XPath {get;}
    See Also