Click or drag to resize

FieldKernelBaseControl Property

The WebControl bound to this field. The field may also have a LabelControl associated with it.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public WebControl BaseControl { get; set; }

Property Value

Type: WebControl

Implements

IFieldBaseControl
See Also