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

ASPxGridColumnDataEventArgs.GetListSourceFieldValue(String) Method

Returns the value of the specified cell in the processed data item (row, card or record) in the control’s underlying data source.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public object GetListSourceFieldValue(
    string fieldName
)

Parameters

Name Type Description
fieldName String

A string that specifies the required field name.

Returns

Type Description
Object

An object that is a value from the control’s data source.

Remarks

The GetListSourceFieldValue method returns a value from the specified field in the processed data item in the control’s underlying data source. To get values in other rows, use the GetListSourceFieldValue method’s overload.

The following code snippets (auto-collected from DevExpress Examples) contain references to the GetListSourceFieldValue(String) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also