Click or drag to resize

DefaultBinderGetValue Method (BindingContext, Int32)

Version 67.0.0
Gets the value based on the index, used to accessing objects in a collection.

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

Parameters

context
Type: CefSharp.ModelBindingBindingContext
binding context
index
Type: SystemInt32
index

Return Value

Type: Object
element or null
See Also