Gets the children of this C1HtmlElement.
Namespace:
C1.Phone.RichTextBox.DocumentsAssembly: C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
Syntax
| C# |
|---|
public IEnumerable<C1HtmlNode> Children { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Children As IEnumerable(Of C1HtmlNode) Get |