PivotCustomFieldDataEventArgs.GetListSourceColumnValue(String) Method
In This Article
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.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
column |
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