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

GridColumnDataEventArgs.ListSourceRowIndex Property

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

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public int ListSourceRowIndex { get; }

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 item corresponds.

See Also