Back to Devexpress

AppearanceItemStyle.SelectedStyle Property

aspnet-devexpress-dot-web-dot-appearanceitemstyle.md

latest1.2 KB
Original Source

AppearanceItemStyle.SelectedStyle Property

Gets the style for the selected element.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual AppearanceSelectedStyle SelectedStyle { get; }
vb
Public Overridable ReadOnly Property SelectedStyle As AppearanceSelectedStyle

Property Value

TypeDescription
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

AppearanceItemStyle Class

AppearanceItemStyle Members

DevExpress.Web Namespace