The properties of System.Web.UI.WebControls.Repeater are listed below. For a list of all members, see the Repeater Members list.
See Also: Inherited members from System.Web.UI.Control
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. |