Skip to main content
A newer version of this page is available. .
Tab

RibbonItemOneLineModeSettings.Image Property

Gets settings that define a ribbon gallery bar item‘s image in the one line mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public virtual RibbonItemImageProperties Image { get; }

Property Value

Type Description
RibbonItemImageProperties

An RibbonItemImageProperties object containing the image settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Image
ASP.NET Controls and MVC Extensions RibbonGalleryBarItem
ASP.NET Bootstrap Controls BootstrapRibbonGalleryBarItem

Remarks

When the ASPxRibbon.OneLineMode property is set to true, the ASPxRibbon control displays all items in an active tab in one line. In this mode, every ribbon element can be represented by a small image (16x16 px) and text.

Use the Image property to specify an image to be displayed in the gallery bar item in the one line mode.

See Also