Skip to main content

BindingOperations Class

Definition

Namespace:Avalonia.Data
Assembly:Avalonia.Base
Package:Avalonia
public class BindingOperations

Inheritance: object -> BindingOperations

Methods

NameDescription
GetBindingExpressionBaseRetrieves 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

NameDescription
DoNothingNo summary available.

DoNothing Field

public object DoNothing