System.Web.UI.WebControls.FormView.HeaderRow Property

Gets the System.Web.UI.WebControls.FormViewRow object that represents the header row in a System.Web.UI.WebControls.FormView control.

Syntax

[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public virtual FormViewRow HeaderRow { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The header row is displayed at the top of the System.Web.UI.WebControls.FormView control when the FormView.HeaderText or FormView.HeaderTemplate property is set. Use the FormView.HeaderRow property to programmatically access the System.Web.UI.WebControls.FormViewRow object that represents the header row.

Note:

The FormView.HeaderRow property is available only after the System.Web.UI.WebControls.FormView control creates the header row in the FormView.ItemCreated 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 FormView.HeaderRow property must be performed after the System.Web.UI.WebControls.FormView control has been rendered; otherwise, the System.Web.UI.WebControls.FormView control overwrites any changes.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0