Skip to main content
Tab

SelectedItemAndIndexCollectionBase Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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