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

MVCxHtmlEditorInsertTableDialogSettings Class

Contains (MVC specific) customization settings for the Insert Table dialog’s form elements.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public class MVCxHtmlEditorInsertTableDialogSettings :
    HtmlEditorInsertTableDialogSettings,
    ISimpleDialog

The following members return MVCxHtmlEditorInsertTableDialogSettings objects:

Remarks

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

An instance of the MVCxHtmlEditorInsertTableDialogSettings class can be accessed via the MVCxHtmlEditorDefaultDialogSettings.InsertTableDialog property.

See Also