GridView.HeaderRow Property
.NET Framework 3.0
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)
Assembly: System.Web (in system.web.dll)
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.
Community Additions
ADD
Show:
Note: