GridView.ShowFooter Property
.NET Framework 3.0
Gets or sets a value indicating whether the footer row is displayed in a GridView control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public boolean get_ShowFooter () /** @property */ public void set_ShowFooter (boolean value)
public function get ShowFooter () : boolean public function set ShowFooter (value : boolean)
Not applicable.
Property Value
true 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.
Community Additions
ADD
Show: