 | DataMappingRowControlGetControlT Method |
Get the underlying control by tag name.
Namespace: CTExtensions.ExportCore.Config.DataMappingAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic T GetControl<T>(
string tag
)
where T : Control
Public Function GetControl(Of T As Control) (
tag As String
) As T
Parameters
- tag String
Type Parameters
- T
Return Value
T
See Also