Click or drag to resize

MapperUtilsFieldRootControl Method (IField)

Retrieve the root control for the field. Generally the root control is simply the field's Textbox control, Select control, etc. However, in some cases the control is wrapped (e.g. RadioButtons) in which case the control returned is the outermost wrapper.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static WebControl FieldRootControl(
	IField fld
)

Parameters

fld
Type: NetQuarry.DataIField
The field for which to obtain the root control.

Return Value

Type: WebControl
The field's root control.
See Also