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

GridColumnDataEventArgs.GetListSourceFieldValue(String) Method

Returns the value of the specified cell within the processed item in the grid item source.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v18.2.dll

Declaration

public object GetListSourceFieldValue(
    string fieldName
)

Parameters

Name Type Description
fieldName String

A string value that specifies the name of the item source field.

Returns

Type Description
Object

An object that represents a value from the grid item source.

Remarks

This method allows you to obtain any field value from the item source record to which the processed item corresponds. To obtain any field value in any item source record, use the GetListSourceFieldValue method’s overload.

See Also