Enumeration BindingModes

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.Object
  System.ValueType
    System.Enum
      Westwind.Web.Controls.BindingModes
public sealed enum BindingModes

Class Members

MemberDescription

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.Controls
Assembly: westwind.web.webforms.dll

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic