HtmlEditorInsertLinkDialogSettings.ShowOpenInNewWindowButton Property
In This Article
Gets or sets a value that specifies whether the “Open in new window” form element is displayed within the Insert Link dialog form.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.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 Show |
---|---|
Html |
|
#Remarks
If the ShowOpenInNewWindowButton property is set to false
, the “Open in new window” check box is not displayed within the Insert Link dialog form.
See Also