DataControlFieldHeaderCell.Scope Property
.NET Framework 3.0
Gets or sets the header cell's scope within an HTML table.
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
One of the TableHeaderScope values. The default is TableHeaderScope.NotSet.The value of the Scope property is rendered as an HTML scope attribute by the DataControlFieldHeaderCell object. Although the Scope property is initialized to NotSet, you should set it to either Column or Row, depending on the cells that the header represents.
The value of the Scope property is stored in view state.
Community Additions
ADD
Show: