Click or drag to resize

DataMappingTableColumnControl Class

This class describes the control for each column; "main binding" and "additional bindings" can have different controls.
Inheritance Hierarchy
SystemObject
  CTExtensions.ExportCore.Config.DataMappingDataMappingTableColumnControl

Namespace: CTExtensions.ExportCore.Config.DataMapping
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public class ColumnControl

The DataMappingTableColumnControl type exposes the following members.

Constructors
 NameDescription
Public methodDataMappingTableColumnControl Constructor
Top
Properties
 NameDescription
Public propertyAdditionalBindingControl Control type that is added to the additional binding rows.
Public propertyLabel Header
Public propertyMainBindingControl Control type that is added to Main Binding Row.
Public propertySizeType SizeType of the column. See also Width.
Public propertyTag Tag i.e. Column Identifier
Public propertyWidth Width of the column. See also SizeType.
Top
See Also