PivotCustomFieldSortEventArgs.ListSourceRowIndex1 Property
In This Article
Gets the index in the data source of the first of the two rows being compared.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | An integer value representing the index of the first row in the data source. |
#Remarks
The PivotGridControl.CustomFieldSort event fires in two cases:
- to compare raw rows in the underlying data source. In this instance, the ListSourceRowIndex1 and ListSourceRowIndex2 parameters are set to valid values.
- to compare unique filter values in the Filter Dropdown. In this instance, the ListSourceRowIndex1 and ListSourceRowIndex2 parameters are set to -1.
See Also