CardCaptionImageEventArgs.ImageList Property
Gets or sets the source collection of images.
Namespace: DevExpress.XtraGrid.Views.Card
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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