DataBindingItem.BindingMode

Determines how databinding and unbinding is done on the target control. One way only fires DataBind() and ignores Unbind() calls. Two-way does both. None effectively turns off binding.

public BindingModes BindingMode { get; set; }

See also:

Class DataBindingItem

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