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.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
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