MVCxHtmlEditorToolbarCollection.Add(String) Method
In This Article
Adds a new toolbar to the collection and specifies its name.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public MVCxHtmlEditorToolbar Add(
string name
)
#Parameters
Name | Type | Description |
---|---|---|
name | String | A String value specifying the name which identifies the created toolbar. |
#Returns
Type | Description |
---|---|
MVCx |
A MVCx |
#Remarks
Use the Add method to add a new toolbar with the specified settings to the MVCxHtmlEditorToolbarCollection object.
See Also