System.Web.UI.WebControls.Repeater: Property Members

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

Public Properties

AlternatingItemTemplateSystem.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
ControlsSystem.Web.UI.ControlCollection.

Gets a System.Web.UI.ControlCollection that contains the child controls of the System.Web.UI.WebControls.Repeater control.

DataMemberstring.

Gets or sets the specific table in the Repeater.DataSource to bind to the control.

DataSourceobject.

Gets or sets the data source that provides data for populating the list.

DataSourceIDstring.

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
EnableThemingbool.

Gets or sets a value indicating whether themes are applied to this control.

FooterTemplateSystem.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.

HeaderTemplateSystem.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]
ItemsRepeaterItemCollection.

Gets a collection of System.Web.UI.WebControls.RepeaterItem objects in the System.Web.UI.WebControls.Repeater control.

ItemTemplateSystem.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.

SeparatorTemplateSystem.Web.UI.ITemplate.

Gets or sets the System.Web.UI.ITemplate interface that defines how the separator between items is displayed.

Protected Properties

[read-only]
Initializedbool.

Returns a value indicating whether the control has been initialized.

[read-only]
IsBoundUsingDataSourceIDbool.

Gets a value indicating whether the Repeater.DataSourceID property is set.

RequiresDataBindingbool.

Gets or sets a value indicating whether the System.Web.UI.WebControls.Repeater control needs to bind to its specified data source.

[read-only]
SelectArgumentsSystem.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.