Gets the next node to the left.

Namespace:  C1.Win.XmlEditor
Assembly:  C1.Win.XmlEditor.2 (in C1.Win.XmlEditor.2.dll)

Syntax

C#
public XmlNode LeftNode { get; }
Visual Basic (Declaration)
Public ReadOnly Property LeftNode As XmlNode

See Also