CardCaptionImageEventArgs.ImageIndex Property
Gets or sets the index of the image to be displayed within a visual element.
Namespace: DevExpress.XtraGrid.Views.Card
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Int32 | A zero-based integer specifying the image by its index within the source collection. -1, if no image is assigned to a visual element from the source collection. |
Remarks
By default, the image collection used is specified by the View’s ColumnView.Images property. You can also specify a custom list of images using the CardCaptionImageEventArgs.ImageList property.
See Also