Skip to main content

IPropertyAccessor Interface

Defines an accessor to a property on an object returned by a IPropertyAccessorPlugin

Definition

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

public interface IPropertyAccessor : IDisposable
View Source
ImplementsIDisposable

Properties

PropertyTypeGets the type of the property.
ValueGets the current value of the property.

Methods

Dispose()Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
SetValue(Object, BindingPriority)Sets the property value.
Subscribe(Action(Object))Subscribes to the value of the member.
Unsubscribe()Unsubscribes to the value of the member.

See Also

Reference

Avalonia.Data.Core.Plugins Namespace