SelectedItemAndIndexCollectionBase Class
Represents the base class for collections of the selected items and indices.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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
See Also