alexa

    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