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