IFieldTemplate.SetHost(IFieldTemplateHost) Method

Definition

Associates the field template with the object that controls its use.

public:
 void SetHost(System::Web::DynamicData::IFieldTemplateHost ^ host);
public void SetHost (System.Web.DynamicData.IFieldTemplateHost host);
abstract member SetHost : System.Web.DynamicData.IFieldTemplateHost -> unit
Public Sub SetHost (host As IFieldTemplateHost)

Parameters

host
IFieldTemplateHost

The object that controls the use of the field template.

Applies to