This topic has not yet been rated - Rate this topic

TableHeaderScope Enumeration

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

Namespace:  System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)
public enum TableHeaderScope
Member name Description
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".
Column The object that represents a header cell of a table is rendered with the scope attribute set to "Column".

The TableHeaderScope enumeration is used by the DataControlFieldHeaderCell and 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 NotSet value, in which case no HTML scope attribute is written for the header cell. The Scope property is used to make HTML tables more accessible by providing information about relationships between the cells and the headers.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ