Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor Namespace / C1Editor Class / Document Property

In This Topic
    Document Property (C1Editor)
    In This Topic
    Gets or sets the XML document bound to the C1Editor.
    Syntax
    'Declaration
     
    Public Property Document As System.Xml.XmlDocument
    public System.Xml.XmlDocument Document {get; set;}
    Remarks
    The control and the document are bound. If the document is edited within the control, then the underlying XmlDocument changes to match it. If the XmlDocument changes (in code), then the changes appear in the editor.
    See Also