Skip to main content
A newer version of this page is available. .
Tab

AppearanceItemStyle.SelectedStyle Property

Gets the style for the selected element.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual AppearanceSelectedStyle SelectedStyle { get; }

Property Value

Type Description
AppearanceSelectedStyle

A AppearanceSelectedStyle object which represents the selected element’s style.

Property Paths

You can access this nested property as listed below:

Object Type Path to SelectedStyle
HtmlEditorPasteOptionsBarStyles
.PasteOptionsBarItem .SelectedStyle

Remarks

The SelectedStyle property provides access to the style settings which define the appearance of an element when it is selected.

See Also