Skip to main content

SourceRowEventArgs.SourceRowIndex Property

Gets the index of the record in a data source to which the processed row corresponds.

Namespace: DevExpress.Mobile.DataGrid

Assembly: DevExpress.Mobile.Grid.v18.2.dll

#Declaration

public int SourceRowIndex { get; protected set; }

#Property Value

Type Description
Int32

A zero-based integer value that specifies the index of the record in a data source to which the processed row corresponds.

#Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

See Also