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

CardCaptionImageEventArgs Class

Provides data for the CardView.CustomCardCaptionImage event.

Namespace: DevExpress.XtraGrid.Views.Card

Assembly: DevExpress.XtraGrid.v19.2.dll

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