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

In This Topic
    XmlMapping Property
    In This Topic
    Gets the information which shall be used to establish a mapping between a content control and an XML element stored within a Custom XML Data part in the document. This property has no effect if the property ControlType is BuildingBlockGallery.
    Syntax
    'Declaration
     
    Public ReadOnly Property XmlMapping As XmlMapping
    public XmlMapping XmlMapping {get;}
    See Also