AutoCompleteBoxBindingEvaluatorTGetDynamicValue(Object) Method

Updates the data context of the framework element and returns the updated binding value.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public T GetDynamicValue(
	Object? o
)

Parameters

o  Object
The object to use as the data context.

Return Value

T
Returns the evaluated T value of the bound dependency property.

See Also