Click or drag to resize

DataMappingRowControlSetErrorItemT Method

Sets given item as error item.

Namespace: CTExtensions.ExportCore.Config.DataMapping
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public void SetErrorItem<T>(
	string tag,
	T item
)

Parameters

tag  String
item  T

Type Parameters

T
Exceptions
ExceptionCondition
ArgumentNullException
See Also