menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CompositeNode - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CompositeNode

    An abstract class that provides a base for all the elements that contains child elements in a DocumentAdv object.

    Inheritance
    System.Object
    BaseNode
    Node
    CompositeNode
    BlockAdv
    DocumentAdv
    HeaderFooter
    HeaderFooters
    SectionAdv
    TableCellAdv
    TableRowAdv
    Implements
    INode
    Inherited Members
    Node.NextNode
    Node.Owner
    Node.PreviousNode
    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.

    Implements

    INode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved