MobileForms Toolkit Documentation

ItemCollection.Item Property (Int32, Boolean)

Gets or sets the ListItem or data bound object at the specified index.

public object this[
int index,
bool boundData
] {get; set;}

Parameters

index
The index of the ListItem or data bound object in the collection to set or retrieve.
boundData
Determine whether to return ListItem or data bound object.

Exceptions

Exception Type Condition
IndexOutOfRangeException If index is less then 0 or greater or equal to item count, exception is thrown.

See Also

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