Click or drag to resize

DefaultBinderGetValue Method (BindingContext, Int32)

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

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