1<?xml version="1.0" encoding="utf-8"?>
2<Type Name="TableSectionStyle" FullName="System.Web.UI.WebControls.TableSectionStyle">
3  <TypeSignature Language="C#" Value="public class TableSectionStyle : System.Web.UI.WebControls.Style" />
4  <AssemblyInfo>
5    <AssemblyName>System.Web</AssemblyName>
6    <AssemblyVersion>2.0.0.0</AssemblyVersion>
7  </AssemblyInfo>
8  <Base>
9    <BaseTypeName>System.Web.UI.WebControls.Style</BaseTypeName>
10  </Base>
11  <Interfaces />
12  <Docs>
13    <since version=".NET 2.0" />
14    <remarks>
15      <attribution license="cc4" from="Microsoft" modified="false" />
16      <para>The <see cref="T:System.Web.UI.WebControls.TableSectionStyle" /> class is used to represent the style for a section of a <see cref="T:System.Web.UI.WebControls.Table" /> control. It encapsulates the properties that allow you to customize the appearance of a table. You can apply these properties to sections in multiple <see cref="T:System.Web.UI.WebControls.Table" /> controls to provide a common appearance.</para>
17    </remarks>
18    <summary>
19      <attribution license="cc4" from="Microsoft" modified="false" />
20      <para>Represents the style for a section of a <see cref="T:System.Web.UI.WebControls.Table" /> control.</para>
21    </summary>
22  </Docs>
23  <Members>
24    <Member MemberName=".ctor">
25      <MemberSignature Language="C#" Value="public TableSectionStyle ();" />
26      <MemberType>Constructor</MemberType>
27      <Parameters />
28      <Docs>
29        <remarks>To be added.</remarks>
30        <since version=".NET 2.0" />
31        <summary>
32          <attribution license="cc4" from="Microsoft" modified="false" />
33          <para>Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.TableSectionStyle" /> class. </para>
34        </summary>
35      </Docs>
36      <AssemblyInfo>
37        <AssemblyVersion>2.0.0.0</AssemblyVersion>
38      </AssemblyInfo>
39    </Member>
40    <Member MemberName="Visible">
41      <MemberSignature Language="C#" Value="public bool Visible { set; get; }" />
42      <MemberType>Property</MemberType>
43      <Attributes>
44        <Attribute>
45          <AttributeName>System.ComponentModel.NotifyParentProperty(true)</AttributeName>
46        </Attribute>
47        <Attribute>
48          <AttributeName>System.ComponentModel.DefaultValue(true)</AttributeName>
49        </Attribute>
50      </Attributes>
51      <ReturnValue>
52        <ReturnType>System.Boolean</ReturnType>
53      </ReturnValue>
54      <Docs>
55        <value>To be added.</value>
56        <remarks>To be added.</remarks>
57        <since version=".NET 2.0" />
58        <summary>
59          <attribution license="cc4" from="Microsoft" modified="false" />
60          <para>Gets or sets a value indicating whether the table section is displayed.</para>
61        </summary>
62      </Docs>
63      <AssemblyInfo>
64        <AssemblyVersion>2.0.0.0</AssemblyVersion>
65      </AssemblyInfo>
66    </Member>
67  </Members>
68</Type>