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.v21.2.dll

NuGet Package: DevExpress.Web

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.

See Also