Skip to main content
A newer version of this page is available. .

CardCaptionImageEventArgs.Image Property

Gets or sets the image to be displayed within an element.

Namespace: DevExpress.XtraGrid.Views.Card

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public Image Image { get; set; }

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.

See Also