GridView.ShowHeaderWhenEmpty Property (System.Web.UI.WebControls)

Switch View :
ScriptFree
.NET Framework Class Library
GridView.ShowHeaderWhenEmpty Property

Gets or sets a value that indicates whether the heading of a column in the GridView control is visible when the column has no data.

Namespace:  System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)
Syntax

Visual Basic
Public Overridable Property ShowHeaderWhenEmpty As Boolean
C#
public virtual bool ShowHeaderWhenEmpty { get; set; }
Visual C++
public:
virtual property bool ShowHeaderWhenEmpty {
	bool get ();
	void set (bool value);
}
F#
abstract ShowHeaderWhenEmpty : bool with get, set
override ShowHeaderWhenEmpty : bool with get, set
ASP.NET
<asp:GridView ShowHeaderWhenEmpty="True|False" />

Property Value

Type: System.Boolean
true if the header is visible; otherwise, false.
Version Information

.NET Framework

Supported in: 4
Platforms

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
See Also

Reference

Community Content

DotNetGuy121
Nice feature
It really nice feature.