Back to Devexpress

ListEditItemCollectionBase Class

aspnet-devexpress-dot-web-86e45d56.md

latest2.7 KB
Original Source

ListEditItemCollectionBase Class

The base class for list editor item collections.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public abstract class ListEditItemCollectionBase :
    Collection
vb
Public MustInherit Class ListEditItemCollectionBase
    Inherits Collection

Remarks

The ListEditItemCollectionBase class serves as the base class which implements the common functionality for list editor item collections. This functionality is inherited by the ListEditItemCollectionBase class’s descendants which are the ListEditItemCollection, ToolbarCustomCssListEditItemCollection, ToolbarCustomListEditItemCollection, ToolbarListEditItemCollection, and TrackBarItemCollection.

Implements

IList

ICollection

IEnumerable

IStateManager

DevExpress.Utils.IAssignableCollection

Inheritance

Object StateManagedCollectionBase Collection ListEditItemCollectionBase ListEditItemCollection

TrackBarItemCollection

ToolbarCustomListEditItemCollection

ToolbarCustomCssListEditItemCollection

ToolbarListEditItemCollection

BootstrapListEditItemCollection

See Also

ListEditItemCollectionBase Members

DevExpress.Web Namespace