GridColumnDataEventArgs.GetListSourceFieldValue(String) Method
In This Article
Returns the value of the specified cell within the processed row in the grid's data source.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
field |
String | A String value that specifies the name of the data source field. |
#Returns
Type | Description |
---|---|
Object | An object that represents a value from the grid's data source. |
#Remarks
This method allows you to obtain any field value from the data source record to which the processed row corresponds. To obtain any field value in any data source record, use the GetListSourceFieldValue method's overload.
See Also