Back to Devexpress

ASPxHtmlEditorTextSettings.HtmlViewTab Property

aspnet-devexpress-dot-web-dot-aspxhtmleditor-dot-aspxhtmleditortextsettings-10b590bc.md

latest1.9 KB
Original Source

ASPxHtmlEditorTextSettings.HtmlViewTab Property

Gets or sets the caption of the HTML View tab.

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("HTML")]
public string HtmlViewTab { get; set; }
vb
<DefaultValue("HTML")>
Public Property HtmlViewTab As String

Property Value

TypeDefaultDescription
String"HTML"

A string value specifying the corresponding tab’s caption.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to HtmlViewTab
ASP.NET MVC ExtensionsHtmlEditorSettings

.SettingsText .HtmlViewTab

| | ASP.NET Web Forms Controls | ASPxHtmlEditor |

.SettingsText .HtmlViewTab

|

See Also

HTML Editor

ASPxHtmlEditorTextSettings Class

ASPxHtmlEditorTextSettings Members

DevExpress.Web.ASPxHtmlEditor Namespace