Click or drag to resize
EditorInData Method
Get the data that is being processed by the Editor instance. This is only useful once the
Process()
method has been called, and is available for use in validation and formatter methods.

Namespace:  DataTables
Assembly:  DataTables (in DataTables.dll) Version: 1.6.5.0 (1.6.5.0)
Syntax
C#
public DtRequest InData()

Return Value

Type: DtRequest
Data given to
Process()
See Also