Click or drag to resize

DataMappingRowControlLoadComboValuesT Method

Loads values to combo with tag. The combo must exists.

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

Parameters

tag  String
values  IEnumerableToStrWrapT

Type Parameters

T
Exceptions
ExceptionCondition
ArgumentNullException
See Also