Skip to main content
A newer version of this page is available. .
Tab

SelectedIndexCollection Class

Represents a collection of selected items’ indices within a list box editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class SelectedIndexCollection :
    SelectedItemAndIndexCollectionBase,
    ICollection,
    IEnumerable

The following members return SelectedIndexCollection objects:

Remarks

Each list box editor holds its selected items’s indices within a collection represented by an instance of the SelectedIndexCollection class, and can be accessed via the editor’s ASPxListBox.SelectedIndices property. Each item of the collection is represented by a ListEditItem object. Individual items can be accessed using indexer notation or by their values using these specific methods: ASPxClientListBox.GetSelectedIndices, ASPxClientListBox.GetSelectedValues, and ASPxClientListBox.GetSelectedItems client methods.

Inheritance

See Also