Skip to main content

ASPxHtmlEditor.StylesTagInspector Property

Provides access to the style settings that define the appearance of the tag inspector.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

#Declaration

public HtmlEditorTagInspectorStyles StylesTagInspector { get; }

#Property Value

Type Description
HtmlEditorTagInspectorStyles

A HtmlEditorTagInspectorStyles object that contains style settings.

#Remarks

The tag inspector is displayed when the ASPxHtmlEditorSettings.ShowTagInspector property is set to true. Use the StylesTagInspector property to specify the tag inspector style settings.

See Also