menu

WPF

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

    Show / Hide Table of Contents

    Interface ICompositeNode

    Represents a node that can contain other nodes.

    Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
    Syntax
    public interface ICompositeNode

    Properties

    ChildNodes

    Gets the collection of child nodes.

    Declaration
    NodeCollection ChildNodes { get; }
    Property Value
    Type Description
    NodeCollection

    The collection of child nodes.

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