ToolbarItemCollectionBase<T> Class
The base class for collections of toolbar items.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
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.
Inheritance
See Also