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.v24.2.dll
Declaration
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.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference 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.