BindingValueType Enumeration

Describes the type of a BindingValueT.

Definition

Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
C#
[FlagsAttribute]
public enum BindingValueType

Members

UnsetValue0 An unset value: the target property will revert to its unbound state until a new binding value is produced.
DoNothing1 Do nothing: the binding value will be ignored.
TypeMask255 
HasValue256 
Value258 A simple value.
HasError512 
BindingError515 A binding error, such as a missing source property.
DataValidationError516 A data validation error.
BindingErrorWithFallback771 A binding error with a fallback value.
DataValidationErrorWithFallback772 A data validation error with a fallback value.

See Also