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
Parameters
| Name | Type | Description |
|---|---|---|
| columnName | String | A string which represents the required field name. |
Returns
| Type | Description |
|---|---|
| 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