Skip to main content
Tab

RibbonItemImageProperties Class

Contains settings that define an item image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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