FieldKernelControlName Property |
The name of the control to which this field should bind. This is generally the same as the
Key. In dynamically generated pages the ControlName is used as the ID of the dynamically generated
control. In custom contols (ascx) used bound to a mapper, the ControlName may vary from the Key in
order to match the ID of the control on the page.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string ControlName { get; set; }
Public Property ControlName As String
Get
Set
Property Value
Type:
StringImplements
IFieldControlNameSee Also