Back to Devexpress

CardCaptionImageEventArgs.Image Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-card-dot-cardcaptionimageeventargs.md

latest2.1 KB
Original Source

CardCaptionImageEventArgs.Image Property

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

Namespace : DevExpress.XtraGrid.Views.Card

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public Image Image { get; set; }
vb
Public Property Image As Image

Property Value

TypeDescription
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

ImageIndex

ImageList

CardCaptionImageEventArgs Class

CardCaptionImageEventArgs Members

DevExpress.XtraGrid.Views.Card Namespace