Interface ICompositeNode
Represents a node that can contain other nodes.
Namespace: Syncfusion.UI.Xaml.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.UWP.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. |