HtmlEditorTagInspectorStyles.Selection Property
In This Article
Gets the style settings that define the appearance of an element, selected by the tag inspector.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public HtmlEditorTagInspectorSelectionStyles Selection { get; }
#Property Value
Type | Description |
---|---|
Html |
An Html |
#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.
See Also