Skip to main content

CustomFieldDataEventArgs.ListSourceRowIndex Property

Gets the current row’s index in the data source.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public int ListSourceRowIndex { get; }

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