Skip to main content

HtmlEditorTagInspectorStyles.Tag Property

Gets the style settings that define the appearance of a tag in the tag inspector.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public AppearanceStyle Tag { get; }

Property Value

Type Description
AppearanceStyle

An AppearanceStyle object that contains style settings.

Remarks

TagInspector_Details

See Also