GridCustomColumnSortEventArgs.ListSourceRowIndex1 Property
Gets the index in the data source of the first of the two data items (row, card or record) being compared.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the index of the first data item in the data source. |
Remarks
Source row indexes allow you to identify data items and obtain item values in the data source. Use the data source methods to get row objects by their indexes, and then obtain row values.
The values in the current column (row for ASPxVerticalGrid) being compared are specified by the GridCustomColumnSortEventArgs.Value1 and GridCustomColumnSortEventArgs.Value2 properties.
See Also