Back to Devexpress

CardCaptionImageEventArgs Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-card-230e4cca.md

latest2.7 KB
Original Source

CardCaptionImageEventArgs Class

Provides data for the CardView.CustomCardCaptionImage event.

Namespace : DevExpress.XtraGrid.Views.Card

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public class CardCaptionImageEventArgs :
    EventArgs
vb
Public Class CardCaptionImageEventArgs
    Inherits EventArgs

CardCaptionImageEventArgs is the data class for the following events:

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.

Inheritance

Object EventArgs CardCaptionImageEventArgs LayoutViewCardCaptionImageEventArgs

LayoutViewFieldCaptionImageEventArgs

See Also

CardCaptionImageEventArgs Members

DevExpress.XtraGrid.Views.Card Namespace