Back to Devexpress

PivotCustomFieldSortEventArgs.GetListSourceColumnValue(Int32, String) Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotcustomfieldsorteventargs-dot-getlistsourcecolumnvalue-x28-system-dot-int32-system-dot-string-x29.md

latest1.8 KB
Original Source

PivotCustomFieldSortEventArgs.GetListSourceColumnValue(Int32, String) Method

Gets a value from the specified row and column.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public object GetListSourceColumnValue(
    int listSourceRowIndex,
    string columnName
)
vb
Public Function GetListSourceColumnValue(
    listSourceRowIndex As Integer,
    columnName As String
) As Object

Parameters

NameTypeDescription
listSourceRowIndexInt32

The index of the row in the data source.

| | columnName | String |

The name of the column.

|

Returns

TypeDescription
Object

A value from the specified row and column.

|

See Also

ListSourceRowIndex1

ListSourceRowIndex2

PivotCustomFieldSortEventArgs Class

PivotCustomFieldSortEventArgs Members

DevExpress.Xpf.PivotGrid Namespace