CardCaptionImageEventArgs.Image Property
Gets or sets the image to be displayed within an element.
Namespace: DevExpress.XtraGrid.Views.Card
Assembly: DevExpress.XtraGrid.v22.2.dll
NuGet Package: DevExpress.Win.Grid
Declaration
Property Value
Type | Description |
---|---|
Image | A Image object representing the image to be displayed within an element. |
Remarks
An image can also be assigned to a visual element via the CardCaptionImageEventArgs.ImageList and CardCaptionImageEventArgs.ImageIndex properties.
If both the Image and CardCaptionImageEventArgs.ImageIndex properties are specified, the image specified by the Image property will be displayed.