Skip to main content

PropertyAccessors Property

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

Definition

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

public static IList<IPropertyAccessorPlugin> PropertyAccessors { get; }

Property Value

IList(IPropertyAccessorPlugin)

See Also

Reference

BindingPlugins Class
Avalonia.Data.Core.Plugins Namespace