Click or drag to resize

BindingUpdateMode Enumeration

Mode for updating the binding

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public enum BindingUpdateMode
Members
  Member nameValueDescription
Source0 Update the binding source (usually the model)
Destination1 Update the binding destination (usually the control)
See Also