AutoCompleteBox.BindingEvaluator<T>.

AutoCompleteBox.

GetDynamicValue(object) Method

Summary

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

Syntax

public T GetDynamicValue(object o)

Parameters

Name Type Description
o object The object to use as the data context.

Return Value

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