IElementTraversalChildElementCount Property |
Returns the current number of element nodes that are children of this element. 0 if this element has no child nodes that are of nodeType 1.
Namespace: Aspose.Html.Dom.TraversalAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxint ChildElementCount { get; }
ReadOnly Property ChildElementCount As Integer
Get
property int ChildElementCount {
int get ();
}
abstract ChildElementCount : int with get
Property Value
Type:
Int32
The child element count.
See Also