A newer version of this page is available.
Switch to the current version.
CustomFieldDataEventArgsBase<T>.GetListSourceColumnValue(String) Method
Returns the value of the specified cell within the processed row in the control's underlying data source.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v19.1.Core.dll
Declaration
public object GetListSourceColumnValue(
string columnName
)
Public Function GetListSourceColumnValue(
columnName As String
) As Object
Parameters
Name | Type | Description |
---|---|---|
columnName | String | A String that specifies the name of the field whose value should be obtained. |
Returns
Type | Description |
---|---|
Object | The value of the specified field in the control data source. |
Remarks
This method returns a value from a specific field within the current row in the control's underlying data source.
See Also
Feedback