A newer version of this page is available.
Switch to the current version.
ASPxHtmlEditorTextSettings.PreviewTab Property
Gets or sets the caption of the Preview tab.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll
Declaration
[DefaultValue("Preview")]
public string PreviewTab { get; set; }
<DefaultValue("Preview")>
Public Property PreviewTab As String
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:
Object Type | Path to PreviewTab |
---|---|
ASPxHtmlEditor |
|
HtmlEditorSettings |
|
MVCxHtmlEditor |
|
See Also
Feedback