Skip to main content

CardCaptionImageEventArgs.ImageList Property

Gets or sets the source collection of images.

Namespace: DevExpress.XtraGrid.Views.Card

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public object ImageList { get; set; }

Property Value

Type Description
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