a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
44 lines
3.6 KiB
XML
44 lines
3.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Type Name="TableHeaderRow" FullName="System.Web.UI.WebControls.TableHeaderRow">
|
|
<TypeSignature Language="C#" Value="public class TableHeaderRow : System.Web.UI.WebControls.TableRow" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>System.Web</AssemblyName>
|
|
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
<Base>
|
|
<BaseTypeName>System.Web.UI.WebControls.TableRow</BaseTypeName>
|
|
</Base>
|
|
<Interfaces />
|
|
<Docs>
|
|
<since version=".NET 2.0" />
|
|
<remarks>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>The <see cref="T:System.Web.UI.WebControls.TableHeaderRow" /> class represents a heading row in a <see cref="T:System.Web.UI.WebControls.Table" /> control. This class supports displaying tables on devices with a limited screen size. On these devices, a table with many columns and rows must be rendered across multiple pages. Adding a <see cref="T:System.Web.UI.WebControls.TableHeaderRow" /> to a <see cref="T:System.Web.UI.WebControls.Table" /> control allows you to specify a heading row that is rendered as the first row on each page that displays a view of the table. For more information about the view formats for a table rendered on a device with a limited screen size, see <see cref="T:System.Web.UI.WebControls.Table" />.</para>
|
|
<para>A <see cref="T:System.Web.UI.WebControls.TableHeaderRow" /> object can contain only <see cref="T:System.Web.UI.WebControls.TableCell" /> objects. To add content to the <see cref="T:System.Web.UI.WebControls.TableHeaderRow" />, you must add one or more <see cref="T:System.Web.UI.WebControls.TableCell" /> objects to the row. Then, set the <see cref="P:System.Web.UI.WebControls.TableCell.Text" /> property of each <see cref="T:System.Web.UI.WebControls.TableCell" /> object in the row to specify the contents of each cell. Alternatively, you can add a control to a <see cref="T:System.Web.UI.WebControls.TableCell" /> object to specify its contents.</para>
|
|
<para>You can programmatically manage the cells in the <see cref="T:System.Web.UI.WebControls.TableHeaderRow" /> by using the <see cref="P:System.Web.UI.WebControls.TableRow.Cells" /> collection. The <see cref="P:System.Web.UI.WebControls.TableRow.Cells" /> collection is a collection of <see cref="T:System.Web.UI.WebControls.TableCell" /> objects that represent the cells in the row.</para>
|
|
<para>The <see cref="T:System.Web.UI.WebControls.TableHeaderRow" /> inherits properties from <see cref="T:System.Web.UI.WebControls.TableRow" /> that allow you to control how the contents in the row are displayed. For example, you can use the <see cref="P:System.Web.UI.WebControls.TableRow.HorizontalAlign" /> and <see cref="P:System.Web.UI.WebControls.TableRow.VerticalAlign" /> properties to specify the alignment of the contents.</para>
|
|
</remarks>
|
|
<summary>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>Represents a heading row in a <see cref="T:System.Web.UI.WebControls.Table" /> control.</para>
|
|
</summary>
|
|
</Docs>
|
|
<Members>
|
|
<Member MemberName=".ctor">
|
|
<MemberSignature Language="C#" Value="public TableHeaderRow ();" />
|
|
<MemberType>Constructor</MemberType>
|
|
<Parameters />
|
|
<Docs>
|
|
<remarks>To be added.</remarks>
|
|
<since version=".NET 2.0" />
|
|
<summary>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.TableHeaderRow" /> class. </para>
|
|
</summary>
|
|
</Docs>
|
|
<AssemblyInfo>
|
|
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
</Member>
|
|
</Members>
|
|
</Type> |