Data Namespace
Namespace Avalonia.Data
Types
- AssignBindingAttribute - Signifies that a binding can be assigned to a property.
- Binding - Provides limited compatibility with the 11.x Binding class. Use Avalonia.Data.ReflectionBinding for new code.
- BindingBase - Base class for the various types of binding supported by Avalonia.
- BindingChainException - An exception returned through Avalonia.Data.BindingNotification signaling that a requested binding expression could not be evaluated because of an error in one of the links of the binding chain.
- BindingErrorType - Defines the types of binding errors for a Avalonia.Data.BindingNotification.
- BindingExpressionBase
- BindingMode - Defines possible binding modes.
- BindingNotification - Represents a binding notification that can be a valid binding value, or a binding or data validation error.
- BindingOperations
- BindingPriority - The priority of a value or binding.
- BindingValueType - Describes the type of a Avalonia.Data.BindingValue<T>.
- BindingValue<T> - A value passed into a binding.
- CompiledBinding - A binding which does not use reflection to access members.
- CompiledBindingPath
- CompiledBindingPathBuilder
- CultureInfoIetfLanguageTagConverter
- DataValidationException - Exception, which wrap validation errors.
- DoNothingType
- IndexerDescriptor - Holds a description of a binding for Avalonia.AvaloniaObject's [] operator.
- MultiBinding - A XAML binding that calculates an aggregate value from multiple child Avalonia.Data.MultiBinding.Bindings.
- OptionalExtensions
- Optional<T> - An optional typed value.
- ReflectionBinding - A binding that uses reflection to access members.
- RelativeSource - Describes the location of a binding source, relative to the binding target.
- RelativeSourceMode - Defines the mode of a Avalonia.Data.RelativeSource object.
- TemplateBinding - A XAML binding to a property on a control's templated parent.
- TreeType - The type of tree via which to track a control.
- UpdateSourceTrigger - Describes the timing of binding source updates.