Click or drag to resize

DataMappingRowControlComboSelectT Method

Select given value from combo. Adds the value as error item to the combo if the select was done outside InitProperties(Action) context.

Namespace: CTExtensions.ExportCore.Config.DataMapping
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
protected void ComboSelect<T>(
	string tag,
	T value
)

Parameters

tag  String
value  T

Type Parameters

T
Exceptions
ExceptionCondition
ArgumentNullException
See Also