Summary
Updates the data context of the framework element and returns the
updated binding value.
- Namespace
- Avalonia
.Controls - Containing Type
- AutoCompleteBox
.BindingEvaluator <T>
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. |