MobileForms Toolkit Documentation

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

ListItem Class | Resco.Controls.AdvancedComboBox Namespace