Back to Devexpress

MVCxHtmlEditorInsertTableDialogSettings Class

aspnetmvc-devexpress-dot-web-dot-mvc-c25763aa.md

latest2.6 KB
Original Source

MVCxHtmlEditorInsertTableDialogSettings Class

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

Declaration

csharp
public class MVCxHtmlEditorInsertTableDialogSettings :
    HtmlEditorInsertTableDialogSettings,
    ISimpleDialog
vb
Public Class MVCxHtmlEditorInsertTableDialogSettings
    Inherits HtmlEditorInsertTableDialogSettings
    Implements 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.

Implements

IStateManager

DevExpress.Web.Internal.IPropertiesDirtyTracker

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase ASPxHtmlEditorSettingsBase HtmlEditorDialogSettingsBase HtmlEditorInsertTableDialogSettings MVCxHtmlEditorInsertTableDialogSettings

See Also

MVCxHtmlEditorInsertTableDialogSettings Members

DevExpress.Web.Mvc Namespace