System.Web.UI.WebControls.TemplateField: Property Members

The properties of System.Web.UI.WebControls.TemplateField are listed below. For a list of all members, see the TemplateField Members list.

See Also: Inherited members from System.Web.UI.WebControls.DataControlField

Public Properties

AlternatingItemTemplateSystem.Web.UI.ITemplate.

Gets or sets the template for displaying the alternating items in a System.Web.UI.WebControls.TemplateField object.

ConvertEmptyStringToNullbool.

Gets or sets a value indicating whether the value that the System.Web.UI.WebControls.TemplateField object is bound to should be converted to null if it is string.Empty.

EditItemTemplateSystem.Web.UI.ITemplate.

Gets or sets the template for displaying an item in edit mode in a System.Web.UI.WebControls.TemplateField object.

FooterTemplateSystem.Web.UI.ITemplate.

Gets or sets the template for displaying the footer section of a System.Web.UI.WebControls.TemplateField object.

HeaderTemplateSystem.Web.UI.ITemplate.

Gets or sets the template for displaying the header section of a System.Web.UI.WebControls.TemplateField object.

InsertItemTemplateSystem.Web.UI.ITemplate.

Gets or sets the template for displaying an item in insert mode in a System.Web.UI.WebControls.TemplateField object.

ItemTemplateSystem.Web.UI.ITemplate.

Gets or sets the template for displaying an item in a data-bound control.