BindingValueTToUntyped Method

Converts the value to untyped representation, using UnsetValue, DoNothing and BindingNotification where appropriate.

Definition

Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Object? ToUntyped()

Return Value

Object
The untyped representation of the binding value.

See Also