Creates new bound row with the defined parameters.
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);
BoundRow Class | Resco.Controls.AdvancedList Namespace