New to Telerik UI for WPFStart a free 30-day trial

INodeList

Interface

Definition

Namespace:Telerik.Windows.Documents.FormatProviders.Html.Parsing.Dom

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public interface INodeList

Properties

The number of nodes in the list. The range of valid child node indices is 0 to

csharp
length-1

inclusive.

C#
int Length { get; }

Methods

Returns the

csharp
index

th item in the collection. If

        <pre><code class="lang-csharp">index</code></pre>

is greater than or equal to the number of nodes in the list, this returns

csharp
null

.

C#
INode Item(int index)
Parameters:indexint

INode

The node at the

csharp
index

th position in the

        <pre><code class="lang-csharp">NodeList</code></pre>

, or

csharp
null

if that is not a valid index.

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