Gets a System.Web.UI.WebControls.GridViewRow object that represents the footer row in a System.Web.UI.WebControls.GridView control.
Documentation for this section has not yet been entered.
Use the GridView.FooterRow property to programmatically access the System.Web.UI.WebControls.GridViewRow object that represents the footer row in a System.Web.UI.WebControls.GridView control.
The GridView.FooterRow property is available only after the System.Web.UI.WebControls.GridView control creates the footer row in the GridView.RowCreated event.
This property is commonly used when you need to programmatically manipulate the footer row, for example when adding custom content. Any modification to the GridView.FooterRow property must be performed after the System.Web.UI.WebControls.GridView control has been rendered; otherwise, the System.Web.UI.WebControls.GridView control will overwrite any changes.