Back to Devexpress

PivotCustomFieldDataEventArgs.GetListSourceColumnValue(String) Method

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

latest1.7 KB
Original Source

PivotCustomFieldDataEventArgs.GetListSourceColumnValue(String) Method

Gets the value of the specified cell within the current row in the control’s underlying data source.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public object GetListSourceColumnValue(
    string columnName
)
vb
Public Function GetListSourceColumnValue(
    columnName As String
) As Object

Parameters

NameTypeDescription
columnNameString

A string which represents the required field name.

|

Returns

TypeDescription
Object

An object which represents a value from the control’s data source.

|

Remarks

This method returns a value from a specific field within the current row in the control’s underlying data source.

To get values in other rows see the overloads of this method.

See Also

PivotCustomFieldDataEventArgs Class

PivotCustomFieldDataEventArgs Members

DevExpress.Xpf.PivotGrid Namespace