Skip to main content
Tab

RibbonStyles Class

Contains settings that allow the appearance of various ASPxRibbon elements to be defined.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class RibbonStyles :
    StylesBase,
    IRibbonBarStyles

The following members return RibbonStyles objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxRibbon.Styles
ASP.NET MVC Extensions RibbonSettings.Styles

Remarks

An object of the RibbonStyles type can be accessed via the ASPxRibbon.Styles property.

Implements

See Also