CardCaptionImageEventArgs(Int32, Object) Constructor
Initializes a new instance of the CardCaptionImageEventArgs class.
Namespace: DevExpress.XtraGrid.Views.Card
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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