Skip to main content

BindingErrorDirection Enum

NuGet: GHIElectronics.TinyCLR.UI
Assembly: GHIElectronics.TinyCLR.UI
Namespace: GHIElectronics.TinyCLR.UI.Controls

Direction of a binding operation that failed.

public enum BindingErrorDirection

Fields

NameValueDescription
PullSource → control. The control couldn't read the bound property.
PushControl → source. The control couldn't write the bound property.