Creates new bound item with the defined parameters.
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);
BoundItem Class | Resco.Controls.AdvancedComboBox Namespace