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

MVCxHtmlEditorToolbar.CreateTableToolbar() Method

Creates the TableToolbar default toolbar and populates it with relevant default items.

Namespace: DevExpress.Web.Mvc

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

Declaration

public static MVCxHtmlEditorToolbar CreateTableToolbar()

Returns

Type Description
MVCxHtmlEditorToolbar

An MVCxHtmlEditorToolbar object that is the TableToolbar.

Remarks

To create other default toolbars, call the MVCxHtmlEditorToolbarCollection.CreateDefaultToolbars, MVCxHtmlEditorToolbar.CreateStandardToolbar1, or MVCxHtmlEditorToolbar.CreateStandardToolbar2 method.

See Also