MobileForms Toolkit Documentation

Row Class

The Row class wraps the data displayed by the SmartGrid.

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

System.Object
   Resco.Controls.SmartGrid.Row

public class Row

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

Data in the Row can be accessed using field names or indexes. Row can contain either bound or unbound data. Bound data are automatically accessed by the column names. Unbound data can be accessed by names when Mapping for the row is defined.

To set the different data for the Row, use Data property.

The display height of the row is determined by the Height property. To set the different height, use SetHeight method.

Requirements

Namespace: Resco.Controls.SmartGrid

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

See Also

Row Members | Resco.Controls.SmartGrid Namespace