Wisej.Web.ListBox SelectedIndexCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents the collection containing the indexes to the selected items in a ListBox.
Int32: Returns the number of selected items.
Boolean: Returns whether the collection is read-only.
Int32: Returns the index of the selected item.
Selects the item at the specified index.
Clears all the selected items.
Checks if the specified index is in the selected items collection.
Returns: Boolean.
Returns: IEnumerator.
Finds the selected index in the collection.
Returns: Int32.
Unselects the specified index.
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
index
index
The index of the item to check.
destination
index
index
index