Gets or sets the Cell at the given index.
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;}
NodeTemplate Class | Resco.Controls.AdvancedTree Namespace