MVCxHtmlEditorToolbarCollection.Add(String, HtmlEditorToolbarItem[]) Method
In This Article
Creates a new toolbar with the specified settings and adds it to the collection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public MVCxHtmlEditorToolbar Add(
string name,
params HtmlEditorToolbarItem[] items
)
#Parameters
Name | Type | Description |
---|---|---|
name | String | A String value that specifies the created toolbar’s name. |
items | Html |
An array that contains zero or more Html |
#Returns
Type | Description |
---|---|
MVCx |
An MVCx |
#Remarks
Use the Add method to add a new toolbar with the specified settings to the end of the MVCxHtmlEditorToolbarCollection object.
See Also