Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor.UICustomization Namespace / XHTMLItemBase Class / Node Property

In This Topic
    Node Property (XHTMLItemBase)
    In This Topic
    Returns an System.Xml.XmlNode representing the content that is being edited in the dialog.
    Syntax
    'Declaration
     
    Public ReadOnly Property Node As System.Xml.XmlNode
    public System.Xml.XmlNode Node {get;}
    See Also