Back to Devexpress

GalleryItem.Image Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-galleryitem-3eed3545.md

latest1.6 KB
Original Source

GalleryItem.Image Property

Gets or sets the item’s image. This property is obsolete. Use the GalleryItem.ImageOptions.Image property instead.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Image Image { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property Image As Image

Property Value

TypeDescription
Image

An Image object which represents the item’s image.

|

Remarks

It’s possible to assign an image to a gallery item via either the Image or GalleryItem.ImageOptions.ImageIndex property. If images are specified via both the ImageIndex and Image properties, the image assigned to the Image property will be used.

See Also

GalleryItem Class

GalleryItem Members

DevExpress.XtraBars.Ribbon Namespace