BindingMode

Which way values flow between the binding source and the control.
public enum BindingMode

Values

NameSummary
OneTimeRead once when the context is attached, then never again.
OneWaySource to control (default).
OneWayToSourceControl to source only; needs an explicit setter.
TwoWayBoth ways; needs an explicit setter.