Skip to main content

CardCaptionImageEventArgs Class

Provides data for the CardView.CustomCardCaptionImage event.

Namespace: DevExpress.XtraGrid.Views.Card

Assembly: DevExpress.XtraGrid.v23.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