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

ASPxHtmlEditorTextSettings.DesignViewTab Property

Gets or sets the caption of the Design View tab.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("Design")]
public string DesignViewTab { get; set; }

Property Value

Type Default Description
String "Design"

A string value specifying the corresponding tab’s caption.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to DesignViewTab
ASP.NET Controls and MVC Extensions ASPxHtmlEditor
.SettingsText .DesignViewTab
ASP.NET MVC Extensions HtmlEditorSettings
.SettingsText .DesignViewTab
MVCxHtmlEditor
.SettingsText .DesignViewTab
See Also