MobileForms Toolkit Documentation

Row.Item Property

Gets or sets the data at given index.

Overload List

Gets or sets the data at given index.

public virtual object this[int] {get; set;}

Gets or sets the data in the named field.

public virtual object this[string] {get; set;}

See Also

Row Class | Resco.Controls.AdvancedList Namespace