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

ASPxHtmlEditorTextSettings.HtmlViewTab Property

Gets or sets the caption of the HTML View tab.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

[DefaultValue("HTML")]
public string HtmlViewTab { get; set; }

Property Value

Type Default Description
String "HTML"

A string value specifying the corresponding tab’s caption.

Property Paths

You can access this nested property as listed below:

Object Type Path to HtmlViewTab
ASPxHtmlEditor
.SettingsText.HtmlViewTab
HtmlEditorSettings
.SettingsText.HtmlViewTab
MVCxHtmlEditor
.SettingsText.HtmlViewTab
See Also