UntypedBindingExpressionBase Class
Definition
Base class for binding expressions which produce untyped values.
public class UntypedBindingExpressionBase
Methods
| Name | Description |
|---|---|
| Dispose | Inherited from BindingExpressionBase. |
| UpdateSource | Sends the current binding target value to the binding source property in Avalonia.Data.BindingMode.TwoWay or Avalonia.Data.BindingMode.OneWayToSource bindings. Inherited from BindingExpressionBase. |
| UpdateTarget | Forces a data transfer from the binding source to the binding target. Inherited from BindingExpressionBase. |