Gets a System.Web.UI.WebControls.DetailsViewRow object that represents the footer row in a System.Web.UI.WebControls.DetailsView control.
Documentation for this section has not yet been entered.
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.FooterRow property to programmatically access the System.Web.UI.WebControls.DetailsViewRow object that represents the footer row.
The GridView.FooterRow property is available only after the System.Web.UI.WebControls.DetailsView control creates the footer row in the DetailsView.ItemCreated 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 DetailsView.FooterRow property must be performed after the System.Web.UI.WebControls.DetailsView control has been rendered; otherwise, the System.Web.UI.WebControls.DetailsView control will overwrite any changes.
To control the style of the footer row, use the DetailsView.FooterStyle property.