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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to ShowDisplayPropertiesSection |
---|---|
HtmlEditorDefaultDialogSettings |
|
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