Class
NodeCollection

Represents a collection of a Node instances.

Definition

Namespace:Telerik.Core

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class NodeCollection : IEnumerable<Node>, IEnumerable

Inheritance: objectNodeCollection

Implements: IEnumerableIEnumerable<Node>

Properties

Count

Gets the count of all the items.

Declaration

cs-api-definition
public int Count { get; }

Property Value

int

Owner

Gets the Element instance that owns this collection.

Declaration

cs-api-definition
public Element Owner { get; }

Property Value

Element

Methods

GetEnumerator()

Gets the IEnumerator instance that allows for traversing all the items.

Declaration

cs-api-definition
public IEnumerator<Node> GetEnumerator()

Returns

IEnumerator<Node>

Implements IEnumerable<Node>.GetEnumerator()

In this article
DefinitionPropertiesCountOwnerMethodsGetEnumerator()
Not finding the help you need?
Contact Support