System.Web.UI.WebControls.DetailsView.FooterText Property

Gets or sets the text to display in the footer row of a System.Web.UI.WebControls.DetailsView control.

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

The footer row is displayed at the bottom of the System.Web.UI.WebControls.DetailsView control when the DetailsView.FooterText or DetailsView.FooterTemplate property is set. Use the DetailsView.FooterText property to specify the text to display in the footer row. To control the style of the footer row, use the DetailsView.FooterStyle property. Alternatively, you can define your own custom user interface (UI) for the footer row by setting the DetailsView.FooterTemplate property instead of this property.

Note:

If both the DetailsView.FooterText and DetailsView.FooterTemplate properties are set, the DetailsView.FooterTemplate property takes precedence.

The value of DetailsView.FooterText is stored in view state.

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