INonDocumentTypeChildNodePreviousElementSibling Property |
Returns the first preceding sibling that is an element, and null otherwise.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
SyntaxElement PreviousElementSibling { get; }
ReadOnly Property PreviousElementSibling As Element
Get
property Element^ PreviousElementSibling {
Element^ get ();
}
abstract PreviousElementSibling : Element with get
Property Value
Type:
Element
The previous element sibling.
See Also