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

ListEditItemBase Class

The base class for list editor items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class ListEditItemBase :
    CollectionItem

The following members return ListEditItemBase objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ListEditItemCollection.Add(String, Object, String)
TrackBarItemCollection.Add(String, Object, String)
ASP.NET Bootstrap Controls BootstrapListEditItemCollection.Add(String, Object, String)

Remarks

The ListEditItemBase class serves as the base class which implements the common functionality for list editor items. This functionality is inherited by the ListEditItemBase class’s descendants which are the ListEditItem, ToolbarCustomCssListEditItem, ToolbarCustomListEditItem, ToolbarListEditItem, and TrackBarItem.

See Also