MVCxHtmlEditorInsertTableDialogSettings Properties
Contains (MVC specific) customization settings for the Insert Table dialog’s form elements.Name | Description |
---|---|
BottomAreaTemplate | Gets or sets a template used to display the content of a dialog form’s bottom area. Inherited from HtmlEditorDialogSettingsBase. |
ShowAccessibilitySection | Gets or sets a value that specifies whether the “Accessibility” section is displayed within the Insert Table dialog form. Inherited from HtmlEditorInsertTableDialogSettings. |
ShowAppearanceSection | Gets or sets a value that specifies whether the “Appearance” section is displayed within the Insert Table dialog form. Inherited from HtmlEditorInsertTableDialogSettings. |
ShowLayoutSection | Gets or sets a value that specifies whether the “Layout” section is displayed within the Insert Table dialog form. Inherited from HtmlEditorInsertTableDialogSettings. |
TopAreaTemplate | Gets or sets a template used to display the content of a dialog form’s top area. Inherited from HtmlEditorDialogSettingsBase. |
See Also