Skip to main content
Tab

RibbonImages Class

Contains settings that allow images to be defined for specific elements of an ASPxRibbon.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class RibbonImages :
    ImagesBase,
    IRibbonBarImages

The following members return RibbonImages objects:

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

Remarks

An object of the RibbonImages type can be accessed via the ASPxRibbon.Images property of the control.

See Also