System.Web.UI.WebControls.DataControlFieldHeaderCell.Scope Property

Gets or sets the header cell's scope within an HTML table.

Syntax

public virtual TableHeaderScope Scope { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The value of the DataControlFieldHeaderCell.Scope property is rendered as an HTML scope attribute by the System.Web.UI.WebControls.DataControlFieldHeaderCell object. Although the DataControlFieldHeaderCell.Scope property is initialized to TableHeaderScope.NotSet, you should set it to either TableHeaderScope.Column or TableHeaderScope.Row, depending on the cells that the header represents.

The value of the DataControlFieldHeaderCell.Scope property is stored in view state.

Requirements

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