DataGrid::ShowFooter Property
.NET Framework (current version)
Gets or sets a value that indicates whether the footer is displayed in the DataGrid control.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Booleantrue 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.
.NET Framework
Available since 1.1
Available since 1.1
Show: