ListBox.SelectedIndexCollection

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.

public class SelectedIndexCollection : IList, ICollection, IEnumerable

Properties

Int32: Returns the number of selected items.

Boolean: Returns whether the collection is read-only.

Int32: Returns the index of the selected item.

Methods

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.

Last updated