MobileForms Toolkit Documentation

BoundItem.Item Property (String)

Gets or sets the data in the named field.

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

Property Value

The data in the named field.

Remarks

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

See Also

BoundItem Class | Resco.Controls.AdvancedComboBox Namespace | BoundItem.Item Overload List