Back to Devexpress

SelectedItemAndIndexCollectionBase Class

aspnet-devexpress-dot-web-1c607ab8.md

latest2.1 KB
Original Source

SelectedItemAndIndexCollectionBase Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public abstract class SelectedItemAndIndexCollectionBase :
    ICollection,
    IEnumerable
vb
Public MustInherit Class SelectedItemAndIndexCollectionBase
    Implements 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).

Implements

ICollection

IEnumerable

Inheritance

Object SelectedItemAndIndexCollectionBase SelectedIndexCollection

SelectedItemCollection

See Also

SelectedItemAndIndexCollectionBase Members

ASPxListBox

SelectedItemCollection

SelectedIndexCollection

DevExpress.Web Namespace