Skip to main content

HtmlEditorTagInspectorStyles.Selection Property

Gets 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 HtmlEditorTagInspectorSelectionStyles Selection { get; }

Property Value

Type Description
HtmlEditorTagInspectorSelectionStyles

An HtmlEditorTagInspectorSelectionStyles object that contains style settings.

Remarks

When a tag inspector tag is hovered with a mouse, the corresponding element is selected in the design view. Use the Selection property to specify the style settings of the selected element.

TagInspector_Selection

See Also