MobileForms Toolkit Documentation

Row Constructor

Creates an empty row.

Overload List

Creates an empty row.

public Row();

Creates new empty row with given field names.

public Row(Mapping);

Creates the unbound Row wrapping the given list of data.

public Row(IList);

Creates new row using given list as a source of data and given mapping to name the fields.

public Row(IList,Mapping);

Creates the unbound Row with the defined number of fields.

public Row(int);

Creates the new row with given height.

public Row(int,IList);

See Also

Row Class | Resco.Controls.SmartGrid Namespace