Skip to main content
A newer version of this page is available. .

RowCellEventArgs.RecordIndex Property

Gets the index of the record containing the processed cell.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v21.2.dll

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

Declaration

[CLSCompliant(false)]
public int RecordIndex { get; }

Property Value

Type Description
Int32

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

See Also