Back to Devexpress

ASPxHtmlEditorTextSettings.DesignViewTab Property

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

latest1.9 KB
Original Source

ASPxHtmlEditorTextSettings.DesignViewTab Property

Gets or sets the caption of the Design View tab.

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
String"Design"

A string value specifying the corresponding tab’s caption.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to DesignViewTab
ASP.NET MVC ExtensionsHtmlEditorSettings

.SettingsText .DesignViewTab

| | ASP.NET Web Forms Controls | ASPxHtmlEditor |

.SettingsText .DesignViewTab

|

See Also

HTML Editor

ASPxHtmlEditorTextSettings Class

ASPxHtmlEditorTextSettings Members

DevExpress.Web.ASPxHtmlEditor Namespace