System.Web.UI.WebControls Namespace DataGridColumn Class
Sets or retrieves the text displayed in the footer section of a column.
Inline |
<asp:datagridcolumn footertext = strText ... > |
Script |
DataGridColumn.FooterText = strText |
strText |
String specifying the text displayed in the footer section of the column. |
The property is read/write with no default value.
Use the FooterText property to specify or determine the text displayed in the footer section of the column.
DataGridColumn Members HeaderText