CustomFieldDataEventArgs.GetListSourceColumnValue(Int32, String) Method
Gets the specified field’s value in the specified row in the control’s underlying data source.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v25.2.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| listSourceRowIndex | Int32 | An integer value which identifies the required row’s index in the data source. |
| columnName | String | A string which represents the required field name. |
Returns
| Type | Description |
|---|---|
| Object | An object which represents the field’s value in the control’s data source. |
See Also