Back to Devexpress

ToolbarItemCollectionBase<T> Class

aspnet-devexpress-dot-web-dot-aspxhtmleditor-dot-toolbaritemcollectionbase-1.md

latest2.6 KB
Original Source

ToolbarItemCollectionBase<T> Class

The base class for collections of toolbar items.

Namespace : DevExpress.Web.ASPxHtmlEditor

Assembly : DevExpress.Web.ASPxHtmlEditor.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public abstract class ToolbarItemCollectionBase<T> :
    Collection<T>
    where T : ToolbarItemBase
vb
Public MustInherit Class ToolbarItemCollectionBase(Of T As ToolbarItemBase)
    Inherits Collection(Of T)

Type Parameters

Name
T

Remarks

The ToolbarItemCollectionBase<T> serves as the base class which implements the common functionality for a collection of toolbar items. This functionality is inherited by the ToolbarItemCollectionBase<T> class’s descendants.

Implements

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IList<T>

ICollection<T>

IEnumerable<T>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<T> ToolbarItemCollectionBase<T> HtmlEditorToolbarItemCollection

ToolbarItemPickerItemCollection

ToolbarMenuItemCollection

MVCxHtmlEditorToolbarItemCollection

See Also

ToolbarItemCollectionBase<T> Members

HTML Editor

DevExpress.Web.ASPxHtmlEditor Namespace