Skip to main content
Tab

AppearanceItemStyle.SelectedStyle Property

Gets the style for the selected element.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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.

Remarks

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

See Also