CustomFieldDataEventArgsBase<T>.GetListSourceColumnValue(String) Method
In This Article
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.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
column |
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