RibbonGroup.Image Property
In This Article
Gets the settings of an image displayed by the group expand button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public RibbonItemImageProperties Image { get; }
#Property Value
Type | Description |
---|---|
Ribbon |
A Ribbon |
#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