Skip to main content
A newer version of this page is available. .

HtmlEditorInsertTableDialogSettings.ShowLayoutSection Property

Gets or sets a value that specifies whether the “Layout” section is displayed within the Insert Table dialog form.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

[DefaultValue(true)]
public bool ShowLayoutSection { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to display the form section, otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowLayoutSection
HtmlEditorDefaultDialogSettings
.InsertTableDialog.ShowLayoutSection
MVCxHtmlEditorDefaultDialogSettings
.InsertTableDialog.ShowLayoutSection

Remarks

If the ShowLayoutSection property is set to false, the “Layout” check box and the related form section are not displayed within the Insert Table dialog form.

See Also