aspnet-devexpress-dot-web-0f0aed77.md
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
public class AppearanceItemStyle :
AppearanceStyle
Public Class AppearanceItemStyle
Inherits AppearanceStyle
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.
Show 23 items
Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle AppearanceItemStyle CalendarFastNavItemStyle
HtmlEditorDropDownItemPickerItemStyle
HtmlEditorPasteOptionsBarItemStyle
See Also