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

ToolbarItemCollectionBase<T> Class

The base class for collections of toolbar items.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public abstract class ToolbarItemCollectionBase<T> :
    Collection<T>
    where T : ToolbarItemBase

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

DevExpress.Utils.IAssignableCollection
See Also