BindingOperationsGetBindingExpressionBase Method
Namespace: Avalonia.DataAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static BindingExpressionBase? GetBindingExpressionBase(
AvaloniaObject target,
AvaloniaProperty property
)
Public Shared Function GetBindingExpressionBase (
target As AvaloniaObject,
property As AvaloniaProperty
) As BindingExpressionBase
static member GetBindingExpressionBase :
target : AvaloniaObject *
property : AvaloniaProperty -> BindingExpressionBase
- target AvaloniaObject
-
The AvaloniaObject from which to retrieve the binding expression.
- property AvaloniaProperty
-
The binding target property from which to retrieve the binding expression.
BindingExpressionBase
The
BindingExpressionBase object that is active on the given property or
null if no binding expression is active on the given property.