MobileForms Toolkit Documentation

BoundItem Constructor

Creates new bound item with the defined parameters.

Overload List

 

public BoundItem(BoundItem);

Creates new bound item.

public BoundItem(DataRow);

Creates new bound item with the defined parameters.

public BoundItem(int,int,int,int,DataRow);

Creates new bound item with the defined parameters.

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

Creates new bound item from any object given its PropertyMapping.

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

See Also

BoundItem Class | Resco.Controls.AdvancedComboBox Namespace