Back to Devexpress

BaseGallery.Images Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-gallery-dot-basegallery-09f83cd5.md

latest2.1 KB
Original Source

BaseGallery.Images Property

Gets or sets the source of images that can be displayed within gallery items.

Namespace : DevExpress.XtraBars.Ribbon.Gallery

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Appearance")]
public object Images { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(Nothing)>
Public Property Images As Object

Property Value

TypeDefaultDescription
Objectnull

A Object that is an image collection providing images for gallery items.

|

Remarks

Use the GalleryItem.ImageOptions.ImageIndex property to associate images with gallery items.

The Images property accepts the following image collections:

See Also

BaseGallery Class

BaseGallery Members

DevExpress.XtraBars.Ribbon.Gallery Namespace