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

RibbonGroup.Image Property

Gets the settings of an image displayed by the group expand button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public RibbonItemImageProperties Image { get; }

Property Value

Type Description
RibbonItemImageProperties

A RibbonItemImageProperties object that contains image settings.

Remarks

When a group has insufficient space to display its items, it is collapsed. In this case, the group expand button is displayed. Use the Image property to specify the settings that define the group expand button image.

If the ASPxRibbon is bound to a data source, the Image property value can be obtained from the field specified by the RibbonGroupDataFields.ImageUrlField property.

See Also