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