Back to Devexpress

CardCaptionImageEventArgs.ImageList Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-card-dot-cardcaptionimageeventargs-92f6dc74.md

latest2.0 KB
Original Source

CardCaptionImageEventArgs.ImageList Property

Gets or sets the source collection of images.

Namespace : DevExpress.XtraGrid.Views.Card

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public object ImageList { get; set; }
vb
Public Property ImageList As Object

Property Value

TypeDescription
Object

An object which represents the source of the images that can be displayed within visual elements.

|

Remarks

If the ImageList property’s value is null ( Nothing in Visual Basic), the source of the images is specified by the View’s ColumnView.Images property. The image is specified by its index within the collection via the CardCaptionImageEventArgs.ImageIndex property.

See Also

ImageIndex

Image

Images

CardCaptionImageEventArgs Class

CardCaptionImageEventArgs Members

DevExpress.XtraGrid.Views.Card Namespace