Skip to main content

BindingPlugins Class

Holds a registry of plugins used for bindings.

Definition

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

public static class BindingPlugins
View Source
InheritanceObject → BindingPlugins

Properties

DataValidatorsAn ordered collection of validation checker plugins that can be used to customize the validation of view model and model data.
PropertyAccessorsAn ordered collection of property accessor plugins that can be used to customize the reading and subscription of property values on a type.
StreamHandlersAn ordered collection of stream plugins that can be used to customize the behavior of the '^' stream binding operator.

See Also

Reference

Avalonia.Data.Core.Plugins Namespace