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