System.Web.UI.WebControls.DataControlField.FooterText Property

Gets or sets the text that is displayed in the footer item of a data control field.

Syntax

[System.ComponentModel.DefaultValue("")]
[System.ComponentModel.Localizable(true)]
public virtual string FooterText { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the DataControlField.FooterText property to add notes or comments to a data control field, or for other data related to the field.

Note:

Some data-bound controls do not render a footer item for a data control field. For example, the System.Web.UI.WebControls.DetailsView control displays its data control fields as rows. A footer item is not rendered for these data control fields. The DataControlField.FooterStyle property is ignored in these controls.

The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see System.ComponentModel.LocalizableAttribute and ASP.NET Globalization and Localization.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0