Enum BindingDirection
- Namespace
- ReactiveUI
- Assembly
- ReactiveUI.dll
The type of binding that the ReactiveBinding represents.
public enum BindingDirection
- Extension Methods
Fields
AsyncOneWay = 2
The binding is updated asynchronously one way from the ViewModel.
OneWay = 0
The binding is updated only one way from the ViewModel.
TwoWay = 1
The binding is updated from both the View and the ViewModel.