MobileForms Toolkit Documentation

ItemTemplate.CellCollection Class

Collection of Cells in ItemTemplate.

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

System.Object
   System.Collections.CollectionBase
      Resco.Controls.AdvancedComboBox.ItemTemplate.CellCollection

public class ItemTemplate.CellCollection : CollectionBase

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

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

Requirements

Namespace: Resco.Controls.AdvancedComboBox

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

See Also

ItemTemplate.CellCollection Members | Resco.Controls.AdvancedComboBox Namespace