Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PivotCustomFieldDataEventArgs.ListSourceRowIndex Property

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

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

#Declaration

public int ListSourceRowIndex { get; }

#Property Value

Type Description
Int32

An integer value identifying the current row’s index in the data source.

#Remarks

The PivotCustomFieldDataEventArgs.GetListSourceColumnValue method lets you retrieve values from a specific row in the underlying data source. The ListSourceRowIndex property can be used to refer to the current row when calling this method.

See Also