MobileForms Toolkit Documentation

NodeTemplate.Item Property

Gets or sets the Cell at the given index.

Overload List

Gets or sets the Cell at the given index.

public Cell this[int] {get; set;}

Gets or sets the Cell with the given name.

public Cell this[string] {get; set;}

See Also

NodeTemplate Class | Resco.Controls.AdvancedTree Namespace