FieldTemplateUserControl.IFieldTemplate.SetHost Method (IFieldTemplateHost)

 

Associates a field template with the object that controls how the field template is used.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

void IFieldTemplate.SetHost(
	IFieldTemplateHost host
)

Parameters

host
Type: System.Web.DynamicData.IFieldTemplateHost

The object that hosts the field template class. Controls the use of the field template.

This method implements the SetHost interface.

.NET Framework
Available since 3.5
Return to top
Show: