MVCxHtmlEditorToolbar.CreateTableToolbar() Method
In This Article
Creates the TableToolbar default toolbar and populates it with relevant default items.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public static MVCxHtmlEditorToolbar CreateTableToolbar()
#Returns
Type | Description |
---|---|
MVCx |
An MVCx |
#Remarks
To create other default toolbars, call the MVCxHtmlEditorToolbarCollection.CreateDefaultToolbars, MVCxHtmlEditorToolbar.CreateStandardToolbar1, or MVCxHtmlEditorToolbar.CreateStandardToolbar2 method.
See Also