aspnetmvc-devexpress-dot-web-dot-mvc-c25763aa.md
Contains (MVC specific) customization settings for the Insert Table dialog’s form elements.
Namespace : DevExpress.Web.Mvc
Assembly : DevExpress.Web.Mvc5.v25.2.dll
NuGet Package : DevExpress.Web.Mvc5
public class MVCxHtmlEditorInsertTableDialogSettings :
HtmlEditorInsertTableDialogSettings,
ISimpleDialog
Public Class MVCxHtmlEditorInsertTableDialogSettings
Inherits HtmlEditorInsertTableDialogSettings
Implements ISimpleDialog
The following members return MVCxHtmlEditorInsertTableDialogSettings objects:
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.
DevExpress.Web.Internal.IPropertiesDirtyTracker
Object StateManager PropertiesBase ASPxHtmlEditorSettingsBase HtmlEditorDialogSettingsBase HtmlEditorInsertTableDialogSettings MVCxHtmlEditorInsertTableDialogSettings
See Also