MobileForms Toolkit Documentation

Row.Item Property (Int32)

Gets or sets the data at given index.

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

Property Value

The data at given index.

Remarks

The index bounds are checked and a null reference is returned, or value is not set, when the index is incorrect.

See Also

Row Class | Resco.Controls.AdvancedList Namespace | Row.Item Overload List