Back to Devexpress

ASPxHtmlEditorTextSettings.PreviewTab Property

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

latest1.9 KB
Original Source

ASPxHtmlEditorTextSettings.PreviewTab Property

Gets or sets the caption of the Preview tab.

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
String"Preview"

A string value specifying the corresponding tab’s caption.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to PreviewTab
ASP.NET MVC ExtensionsHtmlEditorSettings

.SettingsText .PreviewTab

| | ASP.NET Web Forms Controls | ASPxHtmlEditor |

.SettingsText .PreviewTab

|

See Also

HTML Editor

ASPxHtmlEditorTextSettings Class

ASPxHtmlEditorTextSettings Members

DevExpress.Web.ASPxHtmlEditor Namespace