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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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.
Inheritance
Object
MarshalByRefObject
Component
Style
AppearanceStyleBase
AppearanceStyle
AppearanceItemStyle
See Also