Skip to main content

BindingValueType Enumeration

Describes the type of a BindingValue(T).

Definition

Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll)

[FlagsAttribute]
public enum BindingValueType

Members

UnsetValue0An unset value: the target property will revert to its unbound state until a new binding value is produced.
DoNothing1Do nothing: the binding value will be ignored.
TypeMask255 
HasValue256 
Value258A simple value.
HasError512 
BindingError515A binding error, such as a missing source property.
DataValidationError516A data validation error.
BindingErrorWithFallback771A binding error with a fallback value.
DataValidationErrorWithFallback772A data validation error with a fallback value.

See Also

Reference

Avalonia.Data Namespace