Skip to main content

UntypedBindingExpressionBase Class

Definition

Assembly:Avalonia.Base
Package:Avalonia

Base class for binding expressions which produce untyped values.

public class UntypedBindingExpressionBase

Inheritance: object -> BindingExpressionBase -> UntypedBindingExpressionBase

Implements: IDescription, IValueEntry, IDisposable

Methods

NameDescription
DisposeInherited from BindingExpressionBase.
UpdateSourceSends the current binding target value to the binding source property in Avalonia.Data.BindingMode.TwoWay or Avalonia.Data.BindingMode.OneWayToSource bindings. Inherited from BindingExpressionBase.
UpdateTargetForces a data transfer from the binding source to the binding target. Inherited from BindingExpressionBase.

On this page