RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / ConvertingHtmlNodeEventArgs Class / Parent Property

In This Topic
    Parent Property (ConvertingHtmlNodeEventArgs)
    In This Topic
    Gets the converted parent of the C1HtmlNode.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Parent As C1TextElement
    public C1TextElement Parent {get;}
    See Also