1 instantiation of RepeaterItem
System.Web (1)
UI\WebControls\Repeater.cs (1)
722
return new
RepeaterItem
(itemIndex, itemType);
28 references to RepeaterItem
System.Web (27)
UI\WebControls\Repeater.cs (13)
188
TemplateContainer(typeof(
RepeaterItem
)),
308
TemplateContainer(typeof(
RepeaterItem
)),
328
TemplateContainer(typeof(
RepeaterItem
)),
362
/// Gets the <see cref='System.Web.UI.WebControls.
RepeaterItem
'/> collection.
389
TemplateContainer(typeof(
RepeaterItem
)),
429
TemplateContainer(typeof(
RepeaterItem
)),
653
RepeaterItem
item;
695
private
RepeaterItem
CreateItem(int itemIndex, ListItemType itemType, bool dataBind, object dataItem) {
696
RepeaterItem
item = CreateItem(itemIndex, itemType);
718
/// <para>A protected method. Creates a <see cref='System.Web.UI.WebControls.
RepeaterItem
'/> with the specified item type and
721
protected virtual
RepeaterItem
CreateItem(int itemIndex, ListItemType itemType) {
789
/// <para>A protected method. Populates iteratively the specified <see cref='System.Web.UI.WebControls.
RepeaterItem
'/> with a
792
protected virtual void InitializeItem(
RepeaterItem
item) {
UI\WebControls\RepeaterCommandEventArgs.cs (4)
20
private
RepeaterItem
item;
28
public RepeaterCommandEventArgs(
RepeaterItem
item, object commandSource, CommandEventArgs originalArgs) : base(originalArgs) {
36
/// <para>Gets the <see cref='System.Web.UI.WebControls.
RepeaterItem
'/>associated with the event.</para>
38
public
RepeaterItem
Item {
UI\WebControls\RepeaterItem.cs (1)
28
/// <para>Initializes a new instance of the <see cref='System.Web.UI.WebControls.
RepeaterItem
'/> with the specified item type and
UI\WebControls\RepeaterItemCollection.cs (5)
16
/// <para>Encapsulates the collection of <see cref='System.Web.UI.WebControls.
RepeaterItem
'/> objects within a <see cref='System.Web.UI.WebControls.Repeater'/> control.</para>
75
/// <para>Gets a <see cref='System.Web.UI.WebControls.
RepeaterItem
'/> referenced by the specified ordinal index value in
78
public
RepeaterItem
this[int index] {
80
return(
RepeaterItem
)items[index];
97
/// <para>Returns an enumerator of all <see cref='System.Web.UI.WebControls.
RepeaterItem
'/> controls within the
UI\WebControls\RepeaterItemEventArgs.cs (4)
17
private
RepeaterItem
item;
23
public RepeaterItemEventArgs(
RepeaterItem
item) {
30
/// <para> Gets the <see cref='System.Web.UI.WebControls.
RepeaterItem
'/> associated with the event.</para>
32
public
RepeaterItem
Item {
System.Web.DynamicData (1)
DynamicData\FilterRepeater.cs (1)
209
protected virtual void OnFilterItemCreated(
RepeaterItem
item) {