 | 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.DataMappingAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxprotected void ComboSelect<T>(
string tag,
T value
)
Protected Sub ComboSelect(Of T) (
tag As String,
value As T
)
Parameters
- tag String
- value T
Type Parameters
- T
Exceptions
See Also