Back to Devexpress

ASPxHtmlEditorSettings.ShowTagInspector Property

aspnet-devexpress-dot-web-dot-aspxhtmleditor-dot-aspxhtmleditorsettings-066dd647.md

latest2.1 KB
Original Source

ASPxHtmlEditorSettings.ShowTagInspector Property

Gets or sets a value that specifies whether the tag inspector is displayed in the ASPxHtmlEditor.

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool ShowTagInspector { get; set; }
vb
<DefaultValue(False)>
Public Property ShowTagInspector As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true, to display the tag inspector; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to ShowTagInspector
ASP.NET MVC ExtensionsHtmlEditorSettings

.Settings .ShowTagInspector

| | ASP.NET Web Forms Controls | ASPxHtmlEditor |

.Settings .ShowTagInspector

|

Remarks

See Also

Online Demo: Tag Inspector

ASPxHtmlEditorSettings Class

ASPxHtmlEditorSettings Members

DevExpress.Web.ASPxHtmlEditor Namespace