A newer version of this page is available.
Switch to the current version.
RibbonGroup.Image Property
Gets the settings of an image displayed by the group expand button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
public RibbonItemImageProperties Image { get; }
Public ReadOnly Property Image As RibbonItemImageProperties
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
Feedback