BindingErrorDirection Enum
Namespace: GHIElectronics.TinyCLR.UI.Controls · Assembly: GHIElectronics.TinyCLR.UI
No description available.
public enum BindingErrorDirection
Fields
| Name | Value | Description |
|---|---|---|
Pull | Source → control. The control couldn't read the bound property. | |
Push | Control → source. The control couldn't write the bound property. |