Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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