GridView::HeaderRow Property
Gets a GridViewRow object that represents the header row in a GridView control.
Namespace: System.Web.UI.WebControls
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 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note