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

MVCxHtmlEditorToolbar.CreateStandardToolbar2() Method

Creates the StandardToolbar2 default toolbar, and populates it with relevant default items.

Namespace: DevExpress.Web.Mvc

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

Declaration

public static MVCxHtmlEditorToolbar CreateStandardToolbar2()

Returns

Type Description
MVCxHtmlEditorToolbar

An MVCxHtmlEditorToolbar object that is the StandardToolbar2.

Remarks

To create the StandardToolbar1 default toolbar, call the MVCxHtmlEditorToolbar.CreateStandardToolbar1 method. To create both the StandardToolbar1 and StandardToolbar2 default toolbars, call the MVCxHtmlEditorToolbarCollection.CreateDefaultToolbars method.

See Also