BindingMode
Which way values flow between the binding source and the control.
- Kind: Enum
- Namespace: SkeleKit
- Implements:
IComparable,IConvertible,IFormattable,ISpanFormattable
Values
| Name | Summary |
|---|---|
OneTime | Read once when the context is attached, then never again. |
OneWay | Source to control (default). |
OneWayToSource | Control to source only; needs an explicit setter. |
TwoWay | Both ways; needs an explicit setter. |