menu

UWP

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

    Show / Hide Table of Contents

    Class NodeCollection

    An abstract class that provides a base for the collection of Node objects.

    Inheritance
    System.Object
    NodeCollection
    BlockAdvCollection
    InlineCollection
    SectionAdvCollection
    TableCellAdvCollection
    TableRowAdvCollection
    Namespace: Syncfusion.UI.Xaml.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.UWP.dll
    Syntax
    public abstract class NodeCollection : ObservableCollection<Node>

    Constructors

    NodeCollection(Node)

    Initializes a new instance of the NodeCollection class for the specified Node.

    Declaration
    public NodeCollection(Node owner)
    Parameters
    Type Name Description
    Node owner

    The owner of the NodeCollection. The value can be null.

    NodeCollection(Node, IEnumerable<Node>)

    Initializes a new instance of the NodeCollection class that contains nodes copied from the specified collection for the specified Node.

    Declaration
    public NodeCollection(Node owner, IEnumerable<Node> collection)
    Parameters
    Type Name Description
    Node owner

    The owner of the NodeCollection. The value can be null.

    System.Collections.Generic.IEnumerable<Node> collection

    The collection from which the nodes are copied.

    Exceptions
    Type Condition
    System.ArgumentNullException

    The collection parameter cannot be null.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved