BindingPlugins Class
Holds a registry of plugins used for bindings.
Definition
Namespace: Avalonia.Data.Core.Plugins
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static class BindingPlugins
Public NotInheritable Class BindingPlugins
[<AbstractClassAttribute>]
[<SealedAttribute>]
type BindingPlugins = class end
Inheritance | Object → BindingPlugins |
Properties
DataValidators | An ordered collection of validation checker plugins that can be used to customize the validation of view model and model data. |
PropertyAccessors | An ordered collection of property accessor plugins that can be used to customize the reading and subscription of property values on a type. |
StreamHandlers | An ordered collection of stream plugins that can be used to customize the behavior of the '^' stream binding operator. |