ListView.SelectedIndexCollection
Wisej.Web.ListView SelectedIndexCollection
Last updated
Was this helpful?
Wisej.Web.ListView SelectedIndexCollection
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents the collection that contains the indexes to the selected items in a control.
Initializes a new instance of the class.
owner
: Returns the number of items in the collection.
: Returns whether the collection is read-only.
Throws:
index
Throws:
Clears the selection.
Determines whether the specified index is located in the collection.
selectedIndex
The index of the selected item to locate in the collection.
Copies the list of selected indexes into the specified array starting at the specified index .
array
Array that will received the list of selected indexes.
index
Starting index in array .
Returns an enumerator that can be used to iterate through the selected index collection.
selectedIndex
index
Throws:
A control that owns the collection.
: Returns the index value at the specified index within the collection.
The index parameter is less than 0 or greater than or equal to the value of the property of .
Adds the item at the specified index in the collection to the collection.
The index of the item in the collection to add to the collection.
Returns: . The new count of selected items.
The specified index is less than 0 or greater than or equal to the number of items in the owner . Or The owner is in virtual mode, and the specified index is less than 0 or greater than or equal to the value of .
Returns: . true if the specified index from the for the is an item in the collection; otherwise, false.
Returns: . An that represents the selected index collection.
Returns the index within the of the specified index from the of the list view control.
The zero-based index from the to locate in the collection.
Returns: . The zero-based index in the collection where the specified index of the is located within the ; otherwise, -1 if the index is not located in the collection.
Removes the item at the specified index in the collection from the collection.
The index of the item in the collection to remove from the collection.
The specified index is less than 0 or greater than or equal to the number of items in the owner . Or The owner is in virtual mode, and the specified index is less than 0 or greater than or equal to the value of .