Skip to main content

CardCaptionImageEventArgs(Int32, Object) Constructor

Initializes a new instance of the CardCaptionImageEventArgs class.

Namespace: DevExpress.XtraGrid.Views.Card

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public CardCaptionImageEventArgs(
    int rowHandle,
    object list
)

Parameters

Name Type Description
rowHandle Int32

An integer value which identifies the processed card. This value is assigned to the CardCaptionImageEventArgs.RowHandle property.

list Object

An object which represents the source of images. This value is assigned to the CardCaptionImageEventArgs.ImageList property.

See Also