Back to Devexpress

HtmlEditorInsertTableDialogSettings Class

aspnet-devexpress-dot-web-dot-aspxhtmleditor-629cfebe.md

latest2.5 KB
Original Source

HtmlEditorInsertTableDialogSettings Class

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

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class HtmlEditorInsertTableDialogSettings :
    HtmlEditorDialogSettingsBase
vb
Public Class HtmlEditorInsertTableDialogSettings
    Inherits 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.

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase ASPxHtmlEditorSettingsBase HtmlEditorDialogSettingsBase HtmlEditorInsertTableDialogSettings MVCxHtmlEditorInsertTableDialogSettings

See Also

HtmlEditorInsertTableDialogSettings Members

DevExpress.Web.ASPxHtmlEditor Namespace