Enum BindingMode
- Namespace
- Northwoods.Go.Models
- Assembly
- Northwoods.GoDiagram.WinForms.dll
This enumeration specifies in which direction bindings will be evaluated. Used for Mode.
public enum BindingMode
Fields
OneWay = 0
Uses data source values and sets GraphObject properties.
Bindings are evaluated when UpdateTargetBindings(string) is called.
TwoWay = 1
Uses data source values and GraphObject properties and keeps them in sync.
When UpdateTargetBindings(string) is called, the GraphObject properties are set. When GraphObject properties are modified, the Data properties are set.