AutoCompleteBox.BindingEvaluator<T>.

AutoCompleteBox.

GetDynamicValue(object, bool) Method

Summary

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

Syntax

public T GetDynamicValue(object o, bool clearDataContext)

Parameters

Name Type Description
o object The object to use as the data context.
clearDataContext bool If set to true, this parameter will clear the data context immediately after retrieving the value.

Return Value

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