Table of Contents

Class BindingPlugins

Namespace
Avalonia.Data.Core.Plugins
Assembly
Avalonia.Base.dll

Holds a registry of plugins used for bindings.

public static class BindingPlugins
Inheritance
BindingPlugins
Inherited Members

Properties

DataValidators

An ordered collection of validation checker plugins that can be used to customize the validation of view model and model data.

public static IList<IDataValidationPlugin> DataValidators { get; }

Property Value

IList<IDataValidationPlugin>

PropertyAccessors

An ordered collection of property accessor plugins that can be used to customize the reading and subscription of property values on a type.

public static IList<IPropertyAccessorPlugin> PropertyAccessors { get; }

Property Value

IList<IPropertyAccessorPlugin>

StreamHandlers

An ordered collection of stream plugins that can be used to customize the behavior of the '^' stream binding operator.

public static IList<IStreamPlugin> StreamHandlers { get; }

Property Value

IList<IStreamPlugin>