RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1HtmlElement Class / Children Property

In This Topic
    Children Property (C1HtmlElement)
    In This Topic
    Gets the children of this C1HtmlElement.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Children As IEnumerable(Of C1HtmlNode)
    public IEnumerable<C1HtmlNode> Children {get;}
    See Also