aspnet-devexpress-dot-web-18a84222.md
Contains settings that define an item image.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class RibbonItemImageProperties :
ItemImagePropertiesBase
Public Class RibbonItemImageProperties
Inherits ItemImagePropertiesBase
The following members return RibbonItemImageProperties objects:
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.
Object StateManager PropertiesBase ImagePropertiesBase ItemImagePropertiesBase RibbonItemImageProperties
See Also