BizBlox
BindDataSource Method (valuePropertyName, boundWebControl)
Namespacespixolut.BizBloxDOCollectionBindDataSource(Enum, ListControl)
BizBlox
Bind a UI control to this DOCollection as a Data Source Empty line will provide a message as the first item in the bound list - validation code should handle a value of -1 the the combo is on this element.
Declaration Syntax
C#Visual BasicVisual C++
public void BindDataSource(
	Enum valuePropertyName,
	ListControl boundWebControl
)
Public Sub BindDataSource ( _
	valuePropertyName As Enum, _
	boundWebControl As ListControl _
)
public:
void BindDataSource(
	Enum^ valuePropertyName, 
	ListControl^ boundWebControl
)
Parameters
valuePropertyName (Enum)
Column reference (using the columns enum from the corresponding DataObject) of the Value on the control.
boundWebControl (ListControl)
Web control to bind to
Remarks
The message on the first line is a -1 value.

Assembly: pixolut.BizBlox (Module: pixolut.BizBlox) Version: 1.8.5.0