Click or drag to resize

DefaultBinder.GetValue 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.ModelBinding.BindingContext
binding context
index
Type: System.Int32
index

Return Value

Type: Object
element or null
See Also