CustomFieldDataEventArgs.ListSourceRowIndex Property
Gets the current row’s index in the data source.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value which identifies the current row’s index in the data source. |
Remarks
The CustomFieldDataEventArgs.GetListSourceColumnValue method enables you to retrieve values from a specific row in the underlying data source. The ListSourceRowIndex property identifies the current row.
See Also