TableHeaderCell.Scope Property
.NET Framework 3.0
Gets or sets the scope of the TableHeaderCell control when it is rendered.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: virtual property TableHeaderScope Scope { TableHeaderScope get (); void set (TableHeaderScope value); }
/** @property */ public TableHeaderScope get_Scope () /** @property */ public void set_Scope (TableHeaderScope value)
public function get Scope () : TableHeaderScope public function set Scope (value : TableHeaderScope)
Not applicable.
Property Value
A TableHeaderScope value. The default is NotSet.Use the Scope property to get or set the scope of the TableHeaderCell control when it is rendered. The scope of the TableHeaderCell represents the cells that the header applies to. For complex tables, use the AssociatedHeaderCellID property, which provides more control over the specification of the relationship of header cells to data cells. The Scope property is used to make HTML tables more accessible by providing information about relationships between the cells and the headers.
For a list of the available table header scopes, see TableHeaderScope.
The value of this property is stored in view state.
Community Additions
ADD
Show: