A newer version of this page is available.
Switch to the current version.
ImageSliderItemCollection Methods
A collection of items within the ASPxImageSlider.Name | Description |
---|---|
Add() | Adds a new item with the default settings to the end of the collection and returns the newly created object. |
Add(T) | Adds the specified element to the end of the collection. Inherited from Collection<T>. |
Add(T[]) | Adds the specified elements to the end of the collection. Inherited from Collection<T>. |
Add(String) | Adds a new item with the specified image URL to the end of the collection and returns the newly created object. |
Add(String, String) | Adds a new item with the specified settings to the end of the collection and returns the newly created object. |
Add(String, String, String) | Adds a new item with the specified settings to the end of the collection and returns the newly created object. |
Add(String, String, String, String) | Adds a new item with the specified settings to the end of the collection and returns the newly created object. |
Add(String, String, String, String, String) | Adds a new item with the specified settings to the end of the collection and returns the newly created object. |
AddRange(IEnumerable<T>) | Adds a collection of items to the end of the collection. Inherited from Collection<T>. |
Assign(IAssignableCollection) | Copies the items from the specified IAssignableCollection-supported object to the current object. Inherited from Collection. |
Clear() | Clears the collection by removing all its items. Inherited from StateManagedCollectionBase. |
Contains(T) | Determines whether the collection contains the specified item. Inherited from Collection<T>. |
ConvertAll<TOutput>(Converter<T, TOutput>) | For internal use only. Inherited from Collection<T>. |
CopyTo(T[], Int32) | Copies the items from the collection to the specified array, starting at the specified index in the array object. Inherited from Collection<T>. |
CopyTo(Array, Int32) | Copies the items from the collection to the specified array, starting at the specified index in the array object. Inherited from StateManagedCollectionBase. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Find(Predicate<T>) | Returns the first element that matches the conditions defined by the specified predicate. Inherited from Collection<T>. |
FindAll(Predicate<T>) | Returns all elements that match the conditions defined by the specified predicate. Inherited from Collection<T>. |
ForEach(Action<T>) | Performs the specified action on each element of the current collection. Inherited from Collection<T>. |
GetEnumerator() | Returns a reference to an enumerator object, which is used to iterate through the collection. Inherited from StateManagedCollectionBase. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
GetVisibleItem(Int32) | Gets an item by its visible index. Inherited from Collection<T>. |
GetVisibleItemCount() | Returns the number of visible items in an item collection. Inherited from Collection<T>. |
GetVisibleItems() | Obtains collection items whose visibility is enabled. Inherited from Collection<T>. |
IndexOf(T) | Searches for the specified item and returns the zero-based index of its first occurrence within the collection. Inherited from |