System.Web.UI.WebControls.TableHeaderScope Enumeration

Represents the HTML scope attribute for classes that represent header cells in a table.

Syntax

public enum TableHeaderScope

Remarks

The System.Web.UI.WebControls.TableHeaderScope enumeration is used by the System.Web.UI.WebControls.DataControlFieldHeaderCell and System.Web.UI.WebControls.TableHeaderCell classes to represent the scope of the header cell when it is rendered. The default Scope property for both of these classes is the TableHeaderScope.NotSet value, in which case no HTML scope attribute is written for the header cell. The TableHeaderCell.Scope property is used to make HTML tables more accessible by providing information about relationships between the cells and the headers.

Members

Member NameDescription
Column

The object that represents a header cell of a table is rendered with the scope attribute set to "Column".

NotSet

The scope attribute is not rendered for the header cell.

Row

The object that represents a header cell of a table is rendered with the scope attribute set to "Row".

Requirements

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