RepeatInfo.UseAccessibleHeader Property
.NET Framework 3.0
Gets or sets a value to indicate whether to add a Scope attribute when the control is rendered as a Table.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public boolean get_UseAccessibleHeader () /** @property */ public void set_UseAccessibleHeader (boolean value)
public function get UseAccessibleHeader () : boolean public function set UseAccessibleHeader (value : boolean)
Not applicable.
Property Value
true if a "scope" attribute is to be added, otherwise, false.Community Additions
ADD
Show: