 | DataMappingRowControlControls Property |
Cell Controls created for this row.
Namespace: CTExtensions.ExportCore.Config.DataMappingAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic Dictionary<DataMappingTableColumnControl, Control> Controls { get; }
Public ReadOnly Property Controls As Dictionary(Of DataMappingTableColumnControl, Control)
Get
Property Value
DictionaryDataMappingTableColumnControl,
Control
See Also