Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CustomXmlPart Class / XmlDocument Property

In This Topic
    XmlDocument Property
    In This Topic
    Gets the XmlDocument that contains data of the part.
    Syntax
    'Declaration
     
    Public ReadOnly Property XmlDocument As System.Xml.XmlDocument
    public System.Xml.XmlDocument XmlDocument {get;}
    See Also