System.Web.UI.WebControls.GridView.ShowHeader Property

Gets or sets a value indicating whether the header row is displayed in a System.Web.UI.WebControls.GridView control.

Syntax

[System.ComponentModel.DefaultValue(true)]
public virtual bool ShowHeader { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the GridView.ShowHeader property to specify whether a System.Web.UI.WebControls.GridView control displays the header row. To control the appearance of the header row, use the GridView.HeaderStyle property.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0