Skip to main content

GridColumnDataEventArgs.GetListSourceFieldValue(Int32, String) Method

Returns the value of the specified cell within the specified 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

public object GetListSourceFieldValue(
    int listSourceRowIndex,
    string fieldName
)

Parameters

Name Type Description
listSourceRowIndex Int32

A zero-based integer value that identifies the record in an item source by its index.

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.

See Also