MobileForms Toolkit Documentation

RowCollection Class

RowCollection contains the rows of the SmartGrid.

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

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

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

The HeaderRow property gives access to column header row containing the column names.

To change the height of the rows and update parent SmartGrid, use method SetHeight.

You can Add or Remove rows to or from collection. To get the index of the row, use IndexOf method.

Requirements

Namespace: Resco.Controls.SmartGrid

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

See Also

RowCollection Members | Resco.Controls.SmartGrid Namespace