Click or drag to resize

DefaultBinderGetValue Method (String, BindingContext)

Version 67.0.0
Gets the value for the property name

Namespace:  CefSharp.ModelBinding
Assembly:  CefSharp (in CefSharp.dll) Version: 67.0.0.0 (67.0.0.0)
Syntax
protected virtual Object GetValue(
	string propertyName,
	BindingContext context
)

Parameters

propertyName
Type: SystemString
property name
context
Type: CefSharp.ModelBindingBindingContext
context

Return Value

Type: Object
value or null
See Also