GridView::ShowFooter Property
.NET Framework (current version)
Gets or sets a value indicating whether the footer row is displayed in a GridView control.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Booleantrue to display the footer row; otherwise, false. The default is false.
Use the ShowFooter property to specify whether a GridView control displays the footer row. To control the appearance of the footer row, use the FooterStyle property.
.NET Framework
Available since 2.0
Available since 2.0
Show: