Back to Devexpress

AppearanceItemStyle Class

aspnet-devexpress-dot-web-0f0aed77.md

latest3.2 KB
Original Source

AppearanceItemStyle Class

Serves as a base for classes which define style settings for different item elements (such as menu items, navbar items, etc).

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class AppearanceItemStyle :
    AppearanceStyle
vb
Public Class AppearanceItemStyle
    Inherits AppearanceStyle

Remarks

The AppearanceItemStyle represents a base from which classes that contain style settings of different item elements (such as menu items, navbar items, etc) are derived.

In addition to the settings inherited from a base class, the AppearanceItemStyle class exposes the AppearanceItemStyle.SelectedStyle property which allows the selected item’s style to be specified.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Show 23 items

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle AppearanceItemStyle CalendarFastNavItemStyle

DateEditTimeSectionCellStyle

ExpandButtonStyle

ListBoxItemStyle

MenuItemStyleBase

NavBarItemStyle

TreeViewNodeStyle

PagerDropDownItemStyle

PivotGridMenuItemStyle

ColorTableCellStyle

HtmlEditorDropDownItemPickerItemStyle

ToolbarItemStyle

MenuItemDropDownButtonStyle

MenuItemStyle

HtmlEditorPasteOptionsBarItemStyle

FileManagerToolbarItemStyle

See Also

AppearanceItemStyle Members

DevExpress.Web Namespace