The following tables list the members exposed by ImageItemCollection.
Name | Description | |
---|---|---|
ImageItemCollection Constructor |
Name | Description | |
---|---|---|
_trackingJournal | (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) |
Name | Description | |
---|---|---|
Capacity | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase) | |
Count | Gets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. (Inherited from System.Collections.CollectionBase) | |
IsReadOnly | Returns true if the collection is read-only (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
Item | Gets the collection of Items in the control. |
Name | Description | |
---|---|---|
HasViewStateJournal | (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
InnerList | Gets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
List | Gets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
ViewStateJournal | The parent owner to which this object belongs. (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) |
Name | Description | |
---|---|---|
Add | Appends the ImageItem to the collection. | |
Clear | Overloaded. Clears the ObjectCollection of its contents and removes any associated Controls from the control tree. (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
Contains | Overloaded. Returns true if the collection contains the ImageItem. | |
GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
IndexOf | Overloaded. Returns the index of the ImageItem in the collection. | |
Insert | Inserts the ImageItem to the underlying collection ArrayList | |
Remove | Overloaded. Removes the ImageItem from the collection. | |
RemoveAt | (Inherited from Infragistics.Web.UI.ListControls.ListItemCollection) | |
SetDirty | Marks the ViewState of every object in the collection as Dirty so that it gets stored for round tripping to the client and back. (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) |