GridView.ShowHeader Property
.NET Framework 3.0
Gets or sets a value indicating whether the header 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_ShowHeader () /** @property */ public void set_ShowHeader (boolean value)
public function get ShowHeader () : boolean public function set ShowHeader (value : boolean)
Not applicable.
Property Value
true 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.
Community Additions
ADD
Show: