CustomFieldDataEventArgs.ListSourceRowIndex Property
In This Article
Gets the current row’s index in the data source.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.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