Determines how databinding is performed for the target control. Note that if a DataBindingItem is marked for None or OneWay, the control will not be unbound or in the case of None bound even when an explicit call to DataBind() or Unbind() is made.
System.ValueType
System.Enum
Westwind.Web.Controls.BindingModes
public sealed enum BindingModes
Class Members
Member | Description | |
---|---|---|
None |
No binding occurs (useful for conditional) enabling of binding via code | |
OneWay |
DataBinding occurs for DataBind() only | |
TwoWay |
Databinding occurs for DataBind() and Unbind() | |
UnbindOnly |
DataBinding occurs for Unbind() Only |
Requirements
Namespace: Westwind.Web.ControlsAssembly: westwind.web.webforms.dll
© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic