MobileForms Toolkit Documentation

RowTemplate.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

RowTemplate Class | Resco.Controls.AdvancedList Namespace