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

RibbonItemImageProperties Class

Contains settings that define an item image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class RibbonItemImageProperties :
    ItemImagePropertiesBase

Remarks

Use the properties exposed by the RibbonItemImageProperties class to specify the URL of the image source, define the image size and position, specify the alternate text displayed instead of the image when the image is unavailable, etc. These settings can be accessed by the RibbonGroup.Image, RibbonButtonItem.SmallImage, and RibbonButtonItem.LargeImage properties.

See Also