Skip to main content

MVCxHtmlEditorToolbarCollection.Add(String) Method

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