BindingOperations Class
Definition
public class BindingOperations
Methods
| Name | Description |
|---|---|
| GetBindingExpressionBase | Retrieves the Avalonia.Data.BindingExpressionBase that is currently active on the specified property. |
GetBindingExpressionBase Method
Retrieves the Avalonia.Data.BindingExpressionBase that is currently active on the specified property.
public Avalonia.Data.BindingExpressionBase GetBindingExpressionBase(Avalonia.AvaloniaObject target, Avalonia.AvaloniaProperty property)
Parameters
target Avalonia.AvaloniaObject
The Avalonia.AvaloniaObject from which to retrieve the binding expression.
property Avalonia.AvaloniaProperty
The binding target property from which to retrieve the binding expression.
Returns
Avalonia.Data.BindingExpressionBase
The Avalonia.Data.BindingExpressionBase object that is active on the given property or null if no binding expression is active on the given property.
Fields
| Name | Description |
|---|---|
| DoNothing | No summary available. |
DoNothing Field
public object DoNothing