Skip to main content

HtmlEditorInsertTableDialogSettings.ShowAppearanceSection Property

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool ShowAppearanceSection { 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 ShowAppearanceSection
HtmlEditorDefaultDialogSettings
.InsertTableDialog .ShowAppearanceSection

Remarks

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

See Also