Back to Devexpress

CardCaptionImageEventArgs.RowHandle Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-card-dot-cardcaptionimageeventargs-3c646517.md

latest1.4 KB
Original Source

CardCaptionImageEventArgs.RowHandle Property

Gets the handle of the processed card.

Namespace : DevExpress.XtraGrid.Views.Card

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public int RowHandle { get; }
vb
Public ReadOnly Property RowHandle As Integer

Property Value

TypeDescription
Int32

An integer value identifying the processed card.

|

Remarks

Refer to the Rows document for more information on row handles.

See Also

CardCaptionImageEventArgs Class

CardCaptionImageEventArgs Members

DevExpress.XtraGrid.Views.Card Namespace