wwWebControl::ControlSourceMode
Determines how the ControlSource is applied for inbound and outbound binding.
-
* **OneWay** - Binding occurs only on DataBind()
* **TwoWay** - Binding occurs on both DataBind() and Unbind()
* **None** - No binding occurs. Useful for disabling binding from code.
o.ControlSourceMode
Parameters
TwoWay