Skip to main content

HtmlEditorToolbar.CreateTableToolbar() Method

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

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public static HtmlEditorToolbar CreateTableToolbar()

#Returns

Type Description
HtmlEditorToolbar

An HtmlEditorToolbar object representing the TableToolbar.

#Remarks

To create other default toolbars, call the ASPxHtmlEditor.CreateDefaultToolbars, HtmlEditorToolbarCollection.CreateDefaultToolbars, HtmlEditorToolbar.CreateStandardToolbar1, or HtmlEditorToolbar.CreateStandardToolbar2 method. At design time, you can create default toolbars using the ASPxHtmlEditor Designer.

See Also