Click or drag to resize

DefaultBinderGetValue Method (String, BindingContext)

Version 75.1.140
Gets the value for the property name

Namespace:  CefSharp.ModelBinding
Assembly:  CefSharp (in CefSharp.dll) Version: 75.1.140.0 (75.1.140.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