MobileForms Toolkit Documentation

CellCollection Class

Collection of Cells in NodeTemplate.

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

System.Object
   System.Collections.CollectionBase
      Resco.Controls.AdvancedTree.CellCollection

public class 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 NodeTemplate 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.AdvancedTree

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

See Also

CellCollection Members | Resco.Controls.AdvancedTree Namespace