Skip to main content
A newer version of this page is available. .

MVCxHtmlEditorToolbarCollection.Add(String) Method

Adds a new toolbar to the collection and specifies its name.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

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
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