.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.
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" />
Version Information
.NET Framework
Supported in: 4Platforms
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