MobileForms Toolkit Documentation

RowTemplate.CellCollection Class

Collection of Cells in RowTemplate.

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

System.Object
   System.Collections.CollectionBase
      Resco.Controls.AdvancedList.RowTemplate.CellCollection

public class RowTemplate.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 RowTemplate 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.AdvancedList

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

See Also

RowTemplate.CellCollection Members | Resco.Controls.AdvancedList Namespace