MobileForms Toolkit Documentation

CopyOfBoundRow Constructor

Creates new bound row with the defined parameters.

Overload List

Creates new bound row.

public CopyOfBoundRow(DataRow);

Creates new bound row with the defined parameters.

public CopyOfBoundRow(int,int,DataRow);

Creates new bound row with the defined parameters.

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

Creates new bound row from any object given its PropertyMapping.

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

Creates new bound row from any object given its PropertyMapping.

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

See Also

CopyOfBoundRow Class | Resco.Controls.AdvancedList Namespace