Back to Devexpress

RibbonItemImageProperties Class

aspnet-devexpress-dot-web-18a84222.md

latest2.5 KB
Original Source

RibbonItemImageProperties Class

Contains settings that define an item image.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class RibbonItemImageProperties :
    ItemImagePropertiesBase
vb
Public Class RibbonItemImageProperties
    Inherits ItemImagePropertiesBase

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.

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase ImagePropertiesBase ItemImagePropertiesBase RibbonItemImageProperties

See Also

RibbonItemImageProperties Members

Ribbon

DevExpress.Web Namespace