Back to Devexpress

PivotCustomFieldDataEventArgs.ListSourceRowIndex Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotcustomfielddataeventargs-9220d68b.md

latest1.6 KB
Original Source

PivotCustomFieldDataEventArgs.ListSourceRowIndex Property

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

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public int ListSourceRowIndex { get; }
vb
Public ReadOnly Property ListSourceRowIndex As Integer

Property Value

TypeDescription
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

GetListSourceColumnValue

PivotCustomFieldDataEventArgs Class

PivotCustomFieldDataEventArgs Members

DevExpress.Xpf.PivotGrid Namespace