Summary
Describes the type of a
BindingValue<T>
.
- Namespace
- Avalonia
.Data - Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph BT
Type-->Base0["Enum"]
Base0-->Base1["ValueType"]
Base1-->Base2["object"]
Type-.->Interface0["IComparable"]
Type-.->Interface1["IFormattable"]
Type-.->Interface2["IConvertible"]
Type["BindingValueType"]
class Type type-node
Syntax
[Flags]
public enum BindingValueType
Attributes
Type | Description |
---|---|
FlagsAttribute |
Fields
Name | Constant Value | Summary |
---|---|---|
BindingError | 515 |
A binding error, such as a missing source property.
static
|
Binding |
771 |
A binding error with a fallback value.
static
|
DataValidationError | 516 |
A data validation error.
static
|
Data |
772 |
A data validation error with a fallback value.
static
|
DoNothing | 1 |
Do nothing: the binding value will be ignored.
static
|
HasError | 512 |
static
|
HasValue | 256 |
static
|
TypeMask | 255 |
static
|
UnsetValue | 0 |
An unset value: the target property will revert to its unbound state until a new
binding value is produced.
static
|
Value | 258 |
A simple value.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
HasAllFlags |
bool |
From EnumExtensions
|
HasAnyFlag |
bool |
From EnumExtensions
|
HasFlagCustom |
bool |
From EnumExtensions
|