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

RibbonGroupOneLineModeSettings.Image Property

Gets settings that define a group‘s image in the one line mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.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:

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 a text.

Use the Image property to specify an image to be displayed in the group in one line mode.

See Also