Class Node
An abstract class that provides a base for all the elements in a DocumentAdv object.
Implements
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public abstract class Node : BaseNode, INode
Constructors
Node(Node)
Declaration
public Node(Node owner)
Parameters
Properties
NextNode
Gets the next sibling of the Node.
Declaration
public Node NextNode { get; }
Property Value
Owner
Gets the owner.
Declaration
public Node Owner { get; }
Property Value
PreviousNode
Gets the previous sibling of the Node.
Declaration
public Node PreviousNode { get; }