DataControlField.FooterText Property
.NET Framework 3.0
Gets or sets the text that is displayed in the footer item of a data control field.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
[LocalizableAttribute(true)] public: virtual property String^ FooterText { String^ get (); void set (String^ value); }
/** @property */ public String get_FooterText () /** @property */ public void set_FooterText (String value)
public function get FooterText () : String public function set FooterText (value : String)
Not applicable.
Property Value
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.
Community Additions
ADD
Show:
Note: