A newer version of this page is available.
Switch to the current version.
CustomFieldDataEventArgsBase<T>.ListSourceRowIndex Property
Gets the current row index in the data source.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v19.1.Core.dll
Declaration
public int ListSourceRowIndex { get; }
Public ReadOnly Property ListSourceRowIndex As Integer
Property Value
Type | Description |
---|---|
Int32 | An integer value identifying the current row index in the data source. |
Remarks
The CustomFieldDataEventArgsBase<T>.GetListSourceColumnValue method allows you to 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
Feedback