GridColumnDataEventArgs.ListSourceRowIndex Property
In This Article
Gets the index of the record in a data source to which the processed row corresponds.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#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. |
See Also