Click or drag to resize

DataMappingTableEXTENSION, ROWCONTROLTYPE, SETTINGSLoadCombosT Method

This function can be used to load the same content to all currently visible controls (except exept if non-null).

This function can be usefull, if you have already set the values to your combos before loading the actual available values. Calling this function will then set non-available values as error selection.

Namespace: CTExtensions.ExportCore.Config.DataMapping
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
protected void LoadCombos<T>(
	DataMappingRowControl exept,
	string tag,
	IEnumerable<ToStrWrap<T>> content
)

Parameters

exept  DataMappingRowControl
Do not set this control; null to set all controls
tag  String
Tag
content  IEnumerableToStrWrapT
Content to load to the combo.

Type Parameters

T
See Also