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.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
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