GridView::HeaderRow Property
Gets a GridViewRow object that represents the header row in a GridView control.
Assembly: System.Web (in System.Web.dll)
[BrowsableAttribute(false)] public: virtual property GridViewRow^ HeaderRow { GridViewRow^ get (); }
Property Value
Type: System.Web.UI.WebControls::GridViewRowA GridViewRow that represents the header row in a GridView control.
Use the HeaderRow property to programmatically access the GridViewRow object that represents the header row in a GridView control.
Note: |
|---|
The HeaderRow property is available only after the GridView control creates the header row in the RowCreated event. |
This property is commonly used when you need to programmatically manipulate the header row, for example, when adding custom content. Any modification to the HeaderRow property must be performed after the GridView control has been rendered; otherwise, the GridView control will overwrite any changes.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note: