Back to Devexpress

GalleryItem.Images Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-galleryitem-91991f7c.md

latest1.9 KB
Original Source

GalleryItem.Images Property

Gets the collection of images that can be displayed within the current item.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public object Images { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property Images As Object

Property Value

TypeDescription
Object

A Object which provides images for the gallery item.

|

Remarks

If the current GalleryItem object doesn’t belong to a gallery, the Images property returns null. Otherwise, this property returns the value of the BaseGallery.Images property. Use the BaseGallery.Images property to provide a collection of images that can be used by gallery items. To associate a specific image from this collection with an item use the GalleryItem.ImageOptions.ImageIndex property.

See Also

Images

GalleryItem Class

GalleryItem Members

DevExpress.XtraBars.Ribbon Namespace