File: TableHeaderRow.xml

package info (click to toggle)
mono 6.14.1%2Bds2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,282,732 kB
  • sloc: cs: 11,182,461; xml: 2,850,281; ansic: 699,123; cpp: 122,919; perl: 58,604; javascript: 30,841; asm: 21,845; makefile: 19,602; sh: 10,973; python: 4,772; pascal: 925; sql: 859; sed: 16; php: 1
file content (44 lines) | stat: -rw-r--r-- 3,728 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?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>