ToolbarCustomCssListEditItemCollection.Add(String, String, String) Method
Creates a new item with the specified 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(
string text,
string tagName,
string cssClass
)
#Parameters
Name | Type | Description |
---|---|---|
text | String | A String value that specifies the item’s text. Initializes the List |
tag |
String | A String value that specifies the item’s tag name. Initializes the Toolbar |
css |
String | A String value that specifies the item’s CSS class name. Initializes the Toolbar |
#Returns
Type | Description |
---|---|
Toolbar |
A Toolbar |
#Remarks
Use the Add method to add a new item with the specified settings to the end of the ToolbarCustomCssListEditItemCollection object.