MobileForms Toolkit Documentation

RowCollection Class

Collection of Rows for an AdvancedList.

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

System.Object
   System.Collections.CollectionBase
      Resco.Controls.AdvancedList.RowCollection

public sealed class RowCollection : 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

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

Property SelectedCount contains the count of the selected rows in the collection.

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

Requirements

Namespace: Resco.Controls.AdvancedList

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

See Also

RowCollection Members | Resco.Controls.AdvancedList Namespace