Click or drag to resize
FieldOptions Method (FuncListDictionaryString, Object)
Set a function that will retrieve a list of values that can be used for the options list in radio, select and checkbox inputs from the database for this field.

Namespace: DataTables
Assembly: DataTables (in DataTables.dll) Version: 1.4.2.0 (1.4.2.0)
Syntax
public Field Options(
	Func<List<Dictionary<string, Object>>> fn
)

Parameters

fn
Type: SystemFuncListDictionaryString, Object
Delegate that will return a list of options

Return Value

Type: Field
Self for chaining
See Also