MetaModel.FieldTemplateFactory Property

Definition

Gets or sets a custom IFieldTemplateFactory interface.

public System.Web.DynamicData.IFieldTemplateFactory FieldTemplateFactory { get; set; }

Property Value

The IFieldTemplateFactory interface.

Remarks

The IFieldTemplateFactory interface lets you specify which field templates are created for the table columns.

Applies to