MobileForms Toolkit Documentation

NodeCollection.Item Property

Gets or sets the Node at the specified index.

public Node this[
int index
] {get; set;}

Property Value

The Node at the specified index.

Exceptions

Exception Type Condition
IndexOutOfRangeException If index is less then 0 or greater or equal to node count, exception is thrown.

See Also

NodeCollection Class | Resco.Controls.AdvancedTree Namespace