DataControlField::FooterText Property
Gets or sets the text that is displayed in the footer item of a data control field.
Assembly: System.Web (in System.Web.dll)
public: property String^ FooterText { virtual String^ get(); virtual void set(String^ value); }
Property Value
Type: System::String^A string that is displayed in the footer item of the DataControlField.
Use the 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 DetailsView control displays its data control fields as rows. A footer item is not rendered for these data control fields. The 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 LocalizableAttribute and ASP.NET Globalization and Localization.
Available since 2.0
