Back to Devexpress

RibbonGroup.Image Property

aspnet-devexpress-dot-web-dot-ribbongroup-bc0958e6.md

latest1.6 KB
Original Source

RibbonGroup.Image Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public RibbonItemImageProperties Image { get; }
vb
Public ReadOnly Property Image As RibbonItemImageProperties

Property Value

TypeDescription
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

Ribbon

RibbonGroup Class

RibbonGroup Members

DevExpress.Web Namespace