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

HtmlEditorInsertTableDialogSettings Class

Contains customization settings for the Insert Table dialog’s form elements.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public class HtmlEditorInsertTableDialogSettings :
    HtmlEditorDialogSettingsBase

The following members return HtmlEditorInsertTableDialogSettings objects:

Remarks

The HtmlEditorInsertTableDialogSettings class contains settings that allow you to customize the availability of elements within the Insert Table dialog form.

An instance of the HtmlEditorInsertTableDialogSettings class can be accessed via the HtmlEditorDefaultDialogSettings.InsertTableDialog property.

See Also