FieldPropertiesControlName Property |
The name of the control in the UserControl that should be bound to this field. By default, the field's KeyName is used.
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string ControlName { get; }
ReadOnly Property ControlName As String
Get
Property Value
Type:
StringThe name of the control in the UserControl that should be bound to this field. By default, the field's KeyName is used.
See Also