Click or drag to resize

CheckListBind Method

Bind the control to the IField.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void Bind(
	IField fld
)

Parameters

fld
Type: NetQuarry.DataIField
The field to which to bind.

Implements

IFieldControlBind(IField)
See Also