Skip to main content

FromUntyped(Object) Method

Creates a BindingValue(T) from an object, handling the special values UnsetValue, DoNothing and BindingNotification.

Definition

Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public static BindingValue<T> FromUntyped(
Object? value
)

Parameters

  Object
The untyped value.

Return Value

BindingValue(T)
The typed binding value.

See Also

Reference

BindingValue(T) Structure
FromUntyped Overload
Avalonia.Data Namespace