Class CompositeNode
An abstract class that provides a base for all the elements that contains child elements in a DocumentAdv object.
Inheritance
System.Object
CompositeNode
Implements
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public abstract class CompositeNode : Node, INode
Constructors
CompositeNode(Node)
Initializes a new instance of the CompositeNode class for the specified Node.
Declaration
public CompositeNode(Node owner)
Parameters
Type | Name | Description |
---|---|---|
Node | owner | The owner of the CompositeNode. The value can be null. |