Summary
Reads a property from a
AvaloniaObject
.
- Namespace
- Avalonia
.Data .Core .Plugins - Interfaces
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type-.->Interface0["IPropertyAccessorPlugin"]
click Interface0 "/api/Avalonia.Data.Core.Plugins/IPropertyAccessorPlugin"
Type["AvaloniaPropertyAccessorPlugin"]
class Type type-node
Syntax
public class AvaloniaPropertyAccessorPlugin : IPropertyAccessorPlugin
Methods
Name | Value | Summary |
---|---|---|
Match |
bool |
Checks whether this plugin can handle accessing the properties of the specified object.
|
Start |
IPropertyAccessor |
Starts monitoring the value of a property on an object.
|