Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / GcWordDocument Class / CustomXmlParts Property

In This Topic
    CustomXmlParts Property
    In This Topic
    Gets the collection of CustomXmlPart objects.
    Syntax
    'Declaration
     
    Public ReadOnly Property CustomXmlParts As CustomXmlPartCollection
    public CustomXmlPartCollection CustomXmlParts {get;}
    Remarks
    There are two default parts that are always created with a document. These are doc properties, and app properties.
    See Also