Skip to main content

HtmlEditorTagInspectorSelectionStyles Class

Contains the style settings that define the appearance of an element, selected by the tag inspector.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public class HtmlEditorTagInspectorSelectionStyles :
    AppearanceStyleBase

The following members return HtmlEditorTagInspectorSelectionStyles objects:

Remarks

A HtmlEditorTagInspectorSelectionStyles class instance can be accessed using the HtmlEditorTagInspectorStyles.Selection property.

Inheritance

See Also