Back to Devexpress

CustomDrawRowValueCellEventArgs.RecordIndex Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-events-dot-customdrawrowvaluecelleventargs-d48baac8.md

latest1.7 KB
Original Source

CustomDrawRowValueCellEventArgs.RecordIndex Property

Gets the index of the painted cell’s record.

Namespace : DevExpress.XtraVerticalGrid.Events

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
Int32

An integer value identifying the record that corresponds to the painted cell.

|

Remarks

Refer to the Records Overview topic for more information on records.

See Also

CellIndex

CustomDrawRowValueCellEventArgs Class

CustomDrawRowValueCellEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace