System.Web
1.0.5000.0
2.0.0.0
Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.
System.Web.UI.Control
System.Web.UI.IDataItemContainer
System.ComponentModel.ToolboxItem("")
A object represents an item in the control, such as the heading section, footer section, or a data item.
The data items of the control are stored in a object that can be accessed by using the property of the control.
You can use a object to programmatically access the properties of an item in the control.
Represents an item in the control.
Constructor
Use this constructor to create and initialize a new instance of the class.
Initializes a new instance of the class.
The index of the item in the control from the collection of the control.
One of the values.
1.0.5000.0
2.0.0.0
Property
System.Object
To be added: an object of type 'object'
Use the property to specify or determine the properties of a data item associated with the object in the control.
This property only applies to data items in the control. The property must be set to ListItemType.Item, ListItemType.AlternatingItem, ListItemType.SelectedItem, or ListItemType.EditItem.
Gets or sets a data item associated with the object in the control.
1.0.5000.0
2.0.0.0
Property
System.Int32
To be added: an object of type 'int'
Use the property to determine the index number of the item in the control from the collection of the control.
This property only applies to data items in the control. The property must be set to ListItemType.Item, ListItemType.AlternatingItem, ListItemType.SelectedItem, or ListItemType.EditItem.
Gets the index of the item in the control from the collection of the control.
1.0.5000.0
2.0.0.0
Property
System.Web.UI.WebControls.ListItemType
To be added: an object of type 'ListItemType'
Use the property to determine the type of an item in the control. The following table lists the different item types.
-
Item Type
Description
-
Header
The heading section of the control.
-
Footer
The footer section of the control.
-
Item
An item in the control.
-
AlternatingItem
An alternating item in the control.
-
SelectedItem
The selected item in the control.
-
EditItem
The item selected for editing in the control.
-
Separator
A separator between the items of the control.
-
Pager
The page selection section of the control.
Gets the type of the item in the control.
1.0.5000.0
2.0.0.0
Method
System.Boolean
To be added
Assigns any sources of the event and its information to the parent control, if the parameter is an instance of .
true if the event assigned to the parent was raised, otherwise false.
The source of the event.
An that contains the event data.
1.0.5000.0
2.0.0.0
Property
2.0.0.0
System.Int32
To be added.
This member is an explicit interface member implementation. It can be used only when the instance is cast to the interface.
For a description of this member, see .
Property
2.0.0.0
System.Int32
To be added.
This member is an explicit interface member implementation. It can be used only when the instance is cast to the interface.
For a description of this member, see .