CustomColumnDisplayTextEventArgs.ListSourceIndex Property
Gets the index of a record in a data source that corresponds to the processed data row.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the index of the processed record in a data source. |
Remarks
To learn more on row identifiers, see Identifying Rows and Cards and Obtaining Row Handles.
See Also