The members of System.Web.UI.WebControls.Repeater are listed below.
See Also: Inherited members from System.Web.UI.Control
Repeater() |
Initializes a new instance of the System.Web.UI.WebControls.Repeater class. |
AlternatingItemTemplate | System.Web.UI.ITemplate.
Gets or sets the object implementing System.Web.UI.ITemplate that defines how alternating items in the control are displayed. | |
[read-only] override | Controls | System.Web.UI.ControlCollection.
Gets a System.Web.UI.ControlCollection that contains the child controls of the System.Web.UI.WebControls.Repeater control. |
DataMember | string.
Gets or sets the specific table in the Repeater.DataSource to bind to the control. | |
DataSource | object.
Gets or sets the data source that provides data for populating the list. | |
DataSourceID | string.
Gets or sets the System.Web.UI.Control.ID property of the data source control that the System.Web.UI.WebControls.Repeater control should use to retrieve its data source. | |
override | EnableTheming | bool.
Gets or sets a value indicating whether themes are applied to this control. |
FooterTemplate | System.Web.UI.ITemplate.
Gets or sets the System.Web.UI.ITemplate that defines how the footer section of the System.Web.UI.WebControls.Repeater control is displayed. | |
HeaderTemplate | System.Web.UI.ITemplate.
Gets or sets the System.Web.UI.ITemplate that defines how the header section of the System.Web.UI.WebControls.Repeater control is displayed. | |
[read-only] | Items | RepeaterItemCollection.
Gets a collection of System.Web.UI.WebControls.RepeaterItem objects in the System.Web.UI.WebControls.Repeater control. |
ItemTemplate | System.Web.UI.ITemplate.
Gets or sets the System.Web.UI.ITemplate that defines how items in the System.Web.UI.WebControls.Repeater control are displayed. | |
SeparatorTemplate | System.Web.UI.ITemplate.
Gets or sets the System.Web.UI.ITemplate interface that defines how the separator between items is displayed. |
[read-only] | Initialized | bool.
Returns a value indicating whether the control has been initialized. |
[read-only] | IsBoundUsingDataSourceID | bool.
Gets a value indicating whether the Repeater.DataSourceID property is set. |
RequiresDataBinding | bool.
Gets or sets a value indicating whether the System.Web.UI.WebControls.Repeater control needs to bind to its specified data source. | |
[read-only] | SelectArguments | System.Web.UI.DataSourceSelectArguments.
Gets a System.Web.UI.DataSourceSelectArguments object that the System.Web.UI.WebControls.Repeater control uses when retrieving data from a data source control. |
override | DataBind()
|
override | CreateChildControls()Documentation for this section has not yet been entered. | |
CreateControlHierarchy(bool)
| ||
CreateDataSourceSelectArguments()
| ||
CreateItem(int, ListItemType)
| ||
EnsureDataBound()
| ||
GetData()
| ||
InitializeItem(RepeaterItem)
| ||
override | OnBubbleEvent(object, EventArgs)
| |
override | OnDataBinding(EventArgs)
| |
OnDataPropertyChanged()
| ||
OnDataSourceViewChanged(object, EventArgs)
| ||
override | OnInit(EventArgs)
| |
OnItemCommand(RepeaterCommandEventArgs)
| ||
OnItemCreated(RepeaterItemEventArgs)
| ||
OnItemDataBound(RepeaterItemEventArgs)
| ||
override | OnLoad(EventArgs)
| |
OnPagePreLoad(object, EventArgs)Documentation for this section has not yet been entered. | ||
override | OnPreRender(EventArgs)
|
ItemCommand |
Occurs when a button is clicked in the System.Web.UI.WebControls.Repeater control. | |
ItemCreated |
Occurs when an item is created in the System.Web.UI.WebControls.Repeater control. | |
ItemDataBound |
Occurs after an item in the System.Web.UI.WebControls.Repeater control is data-bound but before it is rendered on the page. |