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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372
|
<?xml version="1.0" encoding="utf-8"?>
<Type Name="RepeatInfo" FullName="System.Web.UI.WebControls.RepeatInfo">
<TypeSignature Language="C#" Value="public sealed class RepeatInfo" Maintainer="auto" />
<AssemblyInfo>
<AssemblyName>System.Web</AssemblyName>
<AssemblyPublicKey>
</AssemblyPublicKey>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="T:System.Web.UI.WebControls.RepeatInfo" /> class encapsulates the information used to render a list control that repeats a list of items, such as <see cref="T:System.Web.UI.WebControls.CheckBoxList" />, <see cref="T:System.Web.UI.WebControls.DataList" />, and <see cref="T:System.Web.UI.WebControls.RadioButtonList" />. It is primarily used by control developers.</para>
<para>For a list of initial property values for an instance of <see cref="T:System.Web.UI.WebControls.RepeatInfo" />, see the <see cref="M:System.Web.UI.WebControls.RepeatInfo.#ctor" /> constructor.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Encapsulates the information used to render a list control that repeats a list of items. This class cannot be inherited.</para>
</summary>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public RepeatInfo ();" />
<MemberType>Constructor</MemberType>
<ReturnValue />
<Parameters />
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Use this constructor to create and initialize a new instance of the <see cref="T:System.Web.UI.WebControls.RepeatInfo" /> class using default values.</para>
<para>The following table shows initial property values for an instance of <see cref="T:System.Web.UI.WebControls.RepeatInfo" />.</para>
<list type="table">
<listheader>
<item>
<term>
<para>Property </para>
</term>
<description>
<para>Initial Value </para>
</description>
</item>
</listheader>
<item>
<term>
<para>OuterTableImplied </para>
</term>
<description>
<para>false </para>
</description>
</item>
<item>
<term>
<para>RepeatColumns </para>
</term>
<description>
<para>0 </para>
</description>
</item>
<item>
<term>
<para>RepeatDirection </para>
</term>
<description>
<para>
<see cref="F:System.Web.UI.WebControls.RepeatDirection.Vertical" />
</para>
</description>
</item>
<item>
<term>
<para>RepeatLayout </para>
</term>
<description>
<para>
<see cref="F:System.Web.UI.WebControls.RepeatLayout.Table" />
</para>
</description>
</item>
</list>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.RepeatInfo" /> class.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="Caption">
<MemberSignature Language="C#" Value="public string Caption { set; get; }" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets or sets the <see cref="P:System.Web.UI.WebControls.Table.Caption" /> property if the control is rendered as a <see cref="T:System.Web.UI.WebControls.Table" />.</para>
</summary>
</Docs>
</Member>
<Member MemberName="CaptionAlign">
<MemberSignature Language="C#" Value="public System.Web.UI.WebControls.TableCaptionAlign CaptionAlign { set; get; }" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>System.ComponentModel.DefaultValue(System.Web.UI.WebControls.TableCaptionAlign.NotSet)</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Web.UI.WebControls.TableCaptionAlign</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>This property sets the <see cref="P:System.Web.UI.WebControls.Table.CaptionAlign" /> property of the rendered <see cref="T:System.Web.UI.WebControls.Table" />.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets or sets the alignment of the caption, if the <see cref="T:System.Web.UI.WebControls.RepeatInfo" /> is rendered as a <see cref="T:System.Web.UI.WebControls.Table" />.</para>
</summary>
</Docs>
</Member>
<Member MemberName="OuterTableImplied">
<MemberSignature Language="C#" Value="public bool OuterTableImplied { set; get; }" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<value>To be added: an object of type 'bool'</value>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Use the <see cref="P:System.Web.UI.WebControls.RepeatInfo.OuterTableImplied" /> property to specify whether items should be rendered as if they are contained in a table.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets or sets a value indicating whether items should be rendered as if they are contained in a table.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="RenderRepeater">
<MemberSignature Language="C#" Value="public void RenderRepeater (System.Web.UI.HtmlTextWriter w, System.Web.UI.WebControls.IRepeatInfoUser user, System.Web.UI.WebControls.Style controlStyle, System.Web.UI.WebControls.WebControl baseControl);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="w" Type="System.Web.UI.HtmlTextWriter" />
<Parameter Name="user" Type="System.Web.UI.WebControls.IRepeatInfoUser" />
<Parameter Name="controlStyle" Type="System.Web.UI.WebControls.Style" />
<Parameter Name="baseControl" Type="System.Web.UI.WebControls.WebControl" />
</Parameters>
<Docs>
<param name="w">To be added.</param>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Use the <see cref="M:System.Web.UI.WebControls.RepeatInfo.RenderRepeater(System.Web.UI.HtmlTextWriter,System.Web.UI.WebControls.IRepeatInfoUser,System.Web.UI.WebControls.Style,System.Web.UI.WebControls.WebControl)" /> method to render a list control that repeats a list of items, using the specified information.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Renders a list control that repeats a list of items, using the specified information.</para>
</summary>
<param name="user">
<attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.Web.UI.WebControls.IRepeatInfoUser" /> implemented object that represents the control to render.</param>
<param name="controlStyle">
<attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Web.UI.WebControls.Style" /> that represents the style in which to display the items.</param>
<param name="baseControl">
<attribution license="cc4" from="Microsoft" modified="false" />The control from which to copy base attributes.</param>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="RepeatColumns">
<MemberSignature Language="C#" Value="public int RepeatColumns { set; get; }" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<value>To be added: an object of type 'int'</value>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Use the <see cref="P:System.Web.UI.WebControls.RepeatInfo.RepeatColumns" /> property to specify the number of columns to render in the control.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets or sets the number of columns to render.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="RepeatDirection">
<MemberSignature Language="C#" Value="public System.Web.UI.WebControls.RepeatDirection RepeatDirection { set; get; }" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>System.Web.UI.WebControls.RepeatDirection</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<value>To be added: an object of type 'RepeatDirection'</value>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Use the <see cref="P:System.Web.UI.WebControls.RepeatInfo.RepeatDirection" /> property to specify the direction that the items are rendered.</para>
<block subset="none" type="note">
<para>The number of columns displayed is always determined by the <see cref="P:System.Web.UI.WebControls.RepeatInfo.RepeatColumns" /> property.</para>
</block>
<para>If this property is set to RepeatDirection.Vertical, the items in the list are displayed in columns loaded top to bottom, then left to right, until all items are rendered. For example, if the <see cref="P:System.Web.UI.WebControls.RepeatInfo.RepeatColumns" /> property is set to 3, the items are displayed in three columns, as in the following table.</para>
<list type="table">
<item>
<term>
<para>1 </para>
</term>
<description>
<para>4 </para>
</description>
<description>
<para>7 </para>
</description>
</item>
<item>
<term>
<para>2 </para>
</term>
<description>
<para>5 </para>
</description>
<description>
<para>8 </para>
</description>
</item>
<item>
<term>
<para>3 </para>
</term>
<description>
<para>6 </para>
</description>
<description>
<para>9</para>
</description>
</item>
</list>
<para>If this property is set to RepeatDirection.Horizontal, the items in the list are displayed in rows loaded left to right, then top to bottom, until all items are rendered. For example, if the <see cref="P:System.Web.UI.WebControls.RepeatInfo.RepeatColumns" /> property is set to 3, the items are displayed in rows of three items each, as in the following table.</para>
<list type="table">
<item>
<term>
<para>1 </para>
</term>
<description>
<para>2 </para>
</description>
<description>
<para>3 </para>
</description>
</item>
<item>
<term>
<para>4 </para>
</term>
<description>
<para>5 </para>
</description>
<description>
<para>6 </para>
</description>
</item>
<item>
<term>
<para>7 </para>
</term>
<description>
<para>8 </para>
</description>
<description>
<para>9</para>
</description>
</item>
</list>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets or sets a value that specifies whether the items are displayed vertically or horizontally.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="RepeatLayout">
<MemberSignature Language="C#" Value="public System.Web.UI.WebControls.RepeatLayout RepeatLayout { set; get; }" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>System.Web.UI.WebControls.RepeatLayout</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<value>To be added: an object of type 'RepeatLayout'</value>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Use the <see cref="P:System.Web.UI.WebControls.RepeatInfo.RepeatLayout" /> property to specify whether the items are displayed in a table. If this property is set to <see cref="F:System.Web.UI.WebControls.RepeatLayout.Table" />, the items in the list are displayed in a table. If this property is set to <see cref="F:System.Web.UI.WebControls.RepeatLayout.Flow" />, the items in the list are displayed without a table structure.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets or sets a value specifying whether items are displayed in a table.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="UseAccessibleHeader">
<MemberSignature Language="C#" Value="public bool UseAccessibleHeader { set; get; }" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>System.ComponentModel.DefaultValue(false)</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>If true and the control is rendered as a <see cref="T:System.Web.UI.WebControls.Table" />, a "scope" attribute with value "col" is added and a table header cell (<th>) is rendered instead of a table cell (<td>) for the header cells when the <see cref="T:System.Web.UI.WebControls.Table" /> is rendered. This attribute can be used by screen readers. </para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets or sets a value to indicate whether to add a <see cref="P:System.Web.UI.WebControls.TableHeaderCell.Scope" /> attribute when the control is rendered as a <see cref="T:System.Web.UI.WebControls.Table" />.</para>
</summary>
</Docs>
</Member>
</Members>
</Type>
|