ToolbarCustomCssListEditItemCollection.Add() Method
In This Article
Creates a new item with the default settings and adds it to the collection.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ToolbarCustomCssListEditItem Add()
#Returns
Type | Description |
---|---|
Toolbar |
A Toolbar |
#Remarks
Use the Add method to add a new item with the default settings to the end of the ToolbarCustomCssListEditItemCollection object.
See Also