Back to Devexpress

RowCellEventArgs.RecordIndex Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-events-dot-rowcelleventargs-2a4168ab.md

latest1.4 KB
Original Source

RowCellEventArgs.RecordIndex Property

Gets the index of the record containing the processed cell.

Namespace : DevExpress.XtraVerticalGrid.Events

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[CLSCompliant(false)]
public int RecordIndex { get; }
vb
<CLSCompliant(False)>
Public ReadOnly Property RecordIndex As Integer

Property Value

TypeDescription
Int32

An integer value representing the index of the record containing the processed cell.

|

See Also

CellIndex

RowCellEventArgs Class

RowCellEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace