MobileForms Toolkit Documentation

ItemCollection Class

Collection of Items for an AdvancedComboBox.

For a list of all members of this type, see ItemCollection Members.

System.Object
   System.Collections.CollectionBase
      Resco.Controls.AdvancedComboBox.ItemCollection

public sealed class ItemCollection : CollectionBase, ITypedList

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

ItemCollection is derived from CollectionBase and supports Add, Insert and Remove methods. The ListItem can only be in one ItemCollection at a time. Whether the ListItem is in collection can be determined by the Contains method. The index of the item can be determined by the IndexOf method. ListItem collection can be accessed through the indexer Item.

Special method RemoveByMapping can be used to remove all the items with the same Mapping, which are suppossed to come from the same data source.

Requirements

Namespace: Resco.Controls.AdvancedComboBox

Assembly: Resco.AdvancedComboBox.CF3 (in Resco.AdvancedComboBox.CF3.dll)

See Also

ItemCollection Members | Resco.Controls.AdvancedComboBox Namespace