Back to Devexpress

AppearanceSelectedStyle Class

aspnet-devexpress-dot-web-a7bc0846.md

latest8.1 KB
Original Source

AppearanceSelectedStyle Class

Contains style settings for different item elements (such as menu items, navbar items, etc) being selected.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class AppearanceSelectedStyle :
    AppearanceStyleBase
vb
Public Class AppearanceSelectedStyle
    Inherits AppearanceStyleBase

The following members return AppearanceSelectedStyle objects:

Show 59 links

Remarks

The AppearanceSelectedStyle defines the style settings for the selected state of different item elements (such as menu items, navbar items, etc).

Implements

IComponent

IDisposable

IStateManager

Inheritance

Show 14 items

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceSelectedStyle ColumnHoverStyle

DisabledStyle

FileManagerItemStateStyle

MenuItemDropDownButtonSelectedStyle

SplitterSeparatorSelectedStyleBase

FileManagerFileStateStyle

SplitterSeparatorSelectedStyle

FileManagerFolderStateStyle

See Also

AppearanceSelectedStyle Members

DevExpress.Web Namespace