MobileForms Toolkit Documentation

BoundRow Constructor

Creates new bound row with the defined parameters.

Overload List

Creates new bound row.

public BoundRow(DataRow);

Creates new bound row with the defined parameters.

public BoundRow(int,int,DataRow);

Creates new bound row with the defined parameters.

public BoundRow(int,int,DataRow,Mapping);

Creates new bound row from any object given its PropertyMapping.

public BoundRow(int,int,object,PropertyMapping);

Creates new bound row from any object given its PropertyMapping.

public BoundRow(int,int,object,PropertyMapping,bool);

See Also

BoundRow Class | Resco.Controls.AdvancedList Namespace