DataGrid.ShowFooter Property
.NET Framework 3.0
Gets or sets a value that indicates whether the footer is displayed in the DataGrid 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; otherwise, false. The default value is false.Set this property to true to display the footer in the DataGrid control. The appearance of the footer is controlled by using the FooterStyle property.
Community Additions
ADD
Show: