Interface INode
Represents the INode interface.
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public interface INode
Properties
Owner
Gets the owner.
Declaration
Node Owner { get; }
Property Value
| Type | Description |
|---|---|
| Node | The owner. |