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

HtmlEditorToolbar.CreateTableToolbar() Method

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

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