码迷,mamicode.com
首页 > Windows程序 > 详细

Docs-->.NET-->API reference-->System.?Web.?UI.?Web?Controls-->Repeater

时间:2017-06-02 14:48:41      阅读:208      评论:0      收藏:0      [点我收藏+]

标签:ogr   custom   pre   work   sys   view   out   ica   isp   

https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.webcontrols.repeater?view=netframework-4.7

A data-bound list control that allows custom layout by repeating a specified template for each item displayed in the list.

 

 

 

https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.webcontrols.repeateritem?view=netframework-4.7

Represents an item in the Repeater control.

 

Remarks

A RepeaterItem object represents an item in the Repeater control, such as the heading section, footer section, or a data item.

The data items of the Repeater control are stored in a RepeaterItemCollection object that can be accessed by using the Items property of the Repeater control.

You can use a RepeaterItem object to programmatically access the properties of an item in the Repeater control.

 

Docs-->.NET-->API reference-->System.?Web.?UI.?Web?Controls-->Repeater

标签:ogr   custom   pre   work   sys   view   out   ica   isp   

原文地址:http://www.cnblogs.com/chucklu/p/6932997.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!