PivotGridCustomFieldSortEventArgs.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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
listSourceRowIndex | Int32 | An integer value which identifies the row in the data source. |
columnName | String | A string which specifies the required field name. |
Returns
Type | Description |
---|---|
Object | An object which represents the field’s value in the control’s data source. |
See Also