MVCxHtmlEditorInsertTableDialogSettings Class
Contains (MVC specific) customization settings for the Insert Table dialog’s form elements.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public class MVCxHtmlEditorInsertTableDialogSettings :
HtmlEditorInsertTableDialogSettings,
ISimpleDialog
Related API Members
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.
Inheritance
Object
StateManager
PropertiesBase
ASPxHtmlEditorSettingsBase
HtmlEditorDialogSettingsBase
HtmlEditorInsertTableDialogSettings
MVCxHtmlEditorInsertTableDialogSettings
See Also