Skip to main content

IBinding Interface

Not client implementable.

Note: This interface is not client implementable. You need to enable PrivateApi if you want to implement this interface.

Holds a binding that can be applied to a property on an object.

Definition

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

[NotClientImplementableAttribute]
public interface IBinding
View Source

Methods

Initiate(AvaloniaObject, AvaloniaProperty, Object, Boolean)Initiates the binding on a target object.
Obsolete.

See Also

Reference

Avalonia.Data Namespace