Click or drag to resize
EditorField Method (IEnumerableField)
Add multiple fields too this instance

Namespace:  DataTables
Assembly:  DataTables (in DataTables.dll) Version: 1.6.5.0 (1.6.5.0)
Syntax
C#
public Editor Field(
	IEnumerable<Field> fields
)

Parameters

fields
Type: System.Collections.GenericIEnumerableField
Collection of fields to add

Return Value

Type: Editor
Self for chaining
See Also