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

SelectedItemAndIndexCollectionBase Class

Represents the base class for collections of the selected items and indices.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public abstract class SelectedItemAndIndexCollectionBase :
    ICollection,
    IEnumerable

Remarks

The SelectedItemAndIndexCollectionBase serves as the base class which implements the common functionality for a collection of the selected items and indices. This functionality is inherited by the SelectedItemAndIndexCollectionBase class’s descendants which are the ASPxListBox‘s collection of selected items (the SelectedItemCollection class) and indices (the SelectedIndexCollection class).

Inheritance

Object
SelectedItemAndIndexCollectionBase
See Also