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

HtmlEditorInsertLinkDialogSettings.ShowDisplayPropertiesSection Property

Gets or sets a value that specifies whether the “Display Properties” section is displayed within the Insert Link dialog form.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean **true**

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowDisplayPropertiesSection
ASP.NET Controls and MVC Extensions HtmlEditorDefaultDialogSettings
.InsertLinkDialog .ShowDisplayPropertiesSection
ASP.NET MVC Extensions MVCxHtmlEditorDefaultDialogSettings
.InsertLinkDialog .ShowDisplayPropertiesSection

Remarks

If the ShowDisplayPropertiesSection property is set to false, the “Display Properties” section (containing the “Text” and “ToolTip” text boxes) is not displayed within the Insert Link dialog form.

See Also