Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CardCaptionImageEventArgs Class

Provides data for the CardView.CustomCardCaptionImage event.

Namespace: DevExpress.XtraGrid.Views.Card

Assembly: DevExpress.XtraGrid.v24.2.dll

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

#Declaration

public class CardCaptionImageEventArgs :
    EventArgs

#Remarks

The CardView.CustomCardCaptionImage event fires for each card within a Card View and allows the caption images to be specified for individual cards. The CardCaptionImageEventArgs class introduces the CardCaptionImageEventArgs.Image and CardCaptionImageEventArgs.ImageIndex properties that specify the image to be displayed within the card’s caption. The processed card is identified by the CardCaptionImageEventArgs.RowHandle property.

CardCaptionImageEventArgs objects are automatically created, initialized and passed to CardView.CustomCardCaptionImage event handlers.

See Also