asp.net.ph

IRepeatInfoUser Interface

System.Web.UI.WebControls Namespace


Defines the base properties and methods implemented by list controls that repeat a list of items.

IRepeatInfoUser Interface Members

Collapse   Properties

Visibility Name Value Type Accessibility
public HasFooter Boolean [ Get ]
public HasHeader Boolean [ Get ]
public HasSeparators Boolean [ Get ]
public RepeatedItemCount Int32 [ Get ]

Collapse   Methods

Visibility Name Parameters Return Type
public GetItemStyle ( ListItemType itemType , Int32 repeatIndex ) Style
public RenderItem ( ListItemType itemType , Int32 repeatIndex , RepeatInfo repeatInfo , HtmlTextWriter writer ) Void

Classes that Implement IRepeatInfoUser


Class Description
CheckBoxList A list control that represents a group of CheckBox controls.
DataList A list control that displays items using templates.
RadioButtonList A list control that represents a group of RadioButton controls.

Remarks

The IRepeatInfoUser interface defines the properties and methods that must be implemented by all list controls that repeat a list of items, such as CheckBoxList, DataList, and RadioButtonList.

This interface defines the HasHeader, HasFooter, and HasSeparators properties to indicate whether a list control contains a heading section, footer section, or separators, respectively.

The RepeatedItemCount property returns the number of items in the list.

The RenderItem method displays an item, while the GetItemStyle method returns the style of an item in the list.

Skip Navigation Links



Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note