ToolbarCustomCssListEditItemCollection.Add(String) Method
In This Article
Creates a new item with the specified setting 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(
string text
)
#Parameters
Name | Type | Description |
---|---|---|
text | String | A String value that specifies the item’s text. Initializes the List |
#Returns
Type | Description |
---|---|
Toolbar |
A Toolbar |
#Remarks
Use the Add method to add a new item with the specified setting to the end of the ToolbarCustomCssListEditItemCollection object.
See Also