Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public object GetListSourceColumnValue(
    int listSourceRowIndex,
    string columnName
)

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