Gets the next node to the right.

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

Syntax

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

See Also