Back to Devexpress

RibbonItemStyle Class

aspnet-devexpress-dot-web-5995dde8.md

latest2.2 KB
Original Source

RibbonItemStyle Class

Defines style settings for the items.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

The following members return RibbonItemStyle objects:

Remarks

The RibbonItemStyle class contains settings that define the appearance of the items in the ASPxRibbon control.

An object of the RibbonItemStyle type can be accessed via the RibbonStyles.Item and RibbonStyles.ButtonItem properties.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase RibbonItemStyle

See Also

RibbonItemStyle Members

Ribbon

DevExpress.Web Namespace