Skip to main content

GridColumnDataEventArgs.ListSourceRowIndex Property

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

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

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