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)
- C#
- VB
- F#
public static IList<IPropertyAccessorPlugin> PropertyAccessors { get; }
Public Shared ReadOnly Property PropertyAccessors As IList(Of IPropertyAccessorPlugin)
Get
static member PropertyAccessors : IList<IPropertyAccessorPlugin> with get
Property Value
IList(IPropertyAccessorPlugin)