IElementTraversalNextElementSibling Property |
Returns the next sibling element node of this element. null if this element has no element sibling nodes that come after this one in the document tree.
Namespace: Aspose.Html.Dom.TraversalAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
SyntaxElement NextElementSibling { get; }
ReadOnly Property NextElementSibling As Element
Get
property Element^ NextElementSibling {
Element^ get ();
}
abstract NextElementSibling : Element with get
Property Value
Type:
Element
The next element sibling.
See Also