aspnet-devexpress-dot-web-dot-aspxhtmleditor-dot-toolbaritemcollectionbase-1.md
The base class for collections of toolbar items.
Namespace : DevExpress.Web.ASPxHtmlEditor
Assembly : DevExpress.Web.ASPxHtmlEditor.v25.2.dll
NuGet Package : DevExpress.Web
public abstract class ToolbarItemCollectionBase<T> :
Collection<T>
where T : ToolbarItemBase
Public MustInherit Class ToolbarItemCollectionBase(Of T As ToolbarItemBase)
Inherits Collection(Of T)
| Name |
|---|
| T |
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.
DevExpress.Utils.IAssignableCollection
IList<T>
ICollection<T>
IEnumerable<T>
Object StateManagedCollectionBase Collection Collection<T> ToolbarItemCollectionBase<T> HtmlEditorToolbarItemCollection
ToolbarItemPickerItemCollection
MVCxHtmlEditorToolbarItemCollection
See Also