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

GridCustomColumnSortEventArgs.ListSourceRowIndex2 Property

Gets the index in the data source of the second of the two data items (row, card or record) being compared.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public int ListSourceRowIndex2 { get; }

Property Value

Type Description
Int32

An integer value that specifies the index of the second 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