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.1.dll
NuGet Package: DevExpress.Web
Declaration
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