This documentation is archived and is not being maintained.
DataGrid.ShowFooter Property
.NET Framework 1.1
Gets or sets a value that indicates whether the footer is displayed in the DataGrid control.
[Visual Basic] Public Overridable Property ShowFooter As Boolean [C#] public virtual bool ShowFooter {get; set;} [C++] public: __property virtual bool get_ShowFooter(); public: __property virtual void set_ShowFooter(bool); [JScript] public function get ShowFooter() : Boolean; public function set ShowFooter(Boolean);
Property Value
true to display the footer; otherwise, false. The default value is false.
Remarks
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.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
DataGrid Class | DataGrid Members | System.Web.UI.WebControls Namespace | FooterStyle
Show: