MobileForms Toolkit Documentation

Row.Item Property (String)

Gets or sets the data in the named field.

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

Property Value

The data in the named field.

Remarks

If the field is not found in the mapping, a null reference is returned, or value is not set.

See Also

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