Bind this item to its host control.
Namespace:
NetQuarry.WebControls
Assembly:
EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void Bind(
Control host
)
Public Sub Bind (
host As Control
)
Parameters
- host
- Type: System.Web.UIControl
The host control.
See Also