Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

Declaration

public object GetListSourceColumnValue(
    string columnName
)

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