Click or drag to resize

DataMappingRowControlGetControlT Method

Get the underlying control by tag name.

Namespace: CTExtensions.ExportCore.Config.DataMapping
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public T GetControl<T>(
	string tag
)
where T : Control

Parameters

tag  String

Type Parameters

T

Return Value

T
See Also