RibbonItemImageProperties Class
Contains settings that define an item image.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
The following members return RibbonItemImageProperties objects:
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.
Inheritance
Object
StateManager
PropertiesBase
ImagePropertiesBase
ItemImagePropertiesBase
RibbonItemImageProperties
See Also