RibbonItemOneLineModeSettings.Image Property
In This Article
Gets settings that define a ribbon gallery bar item‘s image in the one line mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual RibbonItemImageProperties Image { get; }
#Property Value
Type | Description |
---|---|
Ribbon |
An Ribbon |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Image |
---|---|
Ribbon |
|
#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