Click or drag to resize

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; }

Property Value

Type: String
The name of the control in the UserControl that should be bound to this field. By default, the field's KeyName is used.
See Also