Click or drag to resize

INodePreviousSibling Property

Gets the previous sibling node in the document tree.

Namespace:  DotNetBrowser.Dom
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
INode PreviousSibling { get; }

Property Value

Type: INode
The previous sibling node in the document tree if such node exists, otherwise returns null
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe INode has already been disposed.
See Also