Skip to main content

ASPxHtmlEditorTextSettings.PreviewTab Property

Gets or sets the caption of the Preview tab.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("Preview")]
public string PreviewTab { get; set; }

Property Value

Type Default Description
String "Preview"

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 PreviewTab
ASP.NET MVC Extensions HtmlEditorSettings
.SettingsText .PreviewTab
ASP.NET Web Forms Controls ASPxHtmlEditor
.SettingsText .PreviewTab
See Also